Opened 15 years ago
Closed 15 years ago
#13657 closed (fixed)
Fix a SyntaxWarning (shows up on PyPy)
Description ¶
global declerations should preceed assignment
Change History (2)
by , 15 years ago
Attachment: | django-syntax-warning.diff added |
---|
comment:1 by , 15 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
(In [13325]) Fixed #13657: Moved global declaration before assignments to avoid a syntax warning. Thanks Alex.