Modify ↓
#1332 closed defect (fixed)
r1398 - error
Reported by: | anonymous | Owned by: | Jonas Borgström |
---|---|---|---|
Priority: | normal | Milestone: | 0.9 |
Component: | general | Version: | devel |
Severity: | normal | Keywords: | python22 |
Cc: | Branch: | ||
Release Notes: | |||
API Changes: | |||
Internal Changes: |
Description
# python setup.py install -------cut byte-compiling /usr/lib/python2.2/site-packages/trac/Environment.py to Environment.pyc <string>:292: Warning: 'yield' will become a reserved keyword in the future File "/usr/lib/python2.2/site-packages/trac/Environment.py", line 292 yield username, name, email ^ SyntaxError: invalid syntax -------cut
Attachments (0)
Change History (4)
comment:1 by , 20 years ago
Resolution: | → wontfix |
---|---|
Status: | new → closed |
comment:2 by , 20 years ago
Resolution: | wontfix |
---|---|
Status: | closed → reopened |
Oops, I see you are actually using Python 2.2.
comment:3 by , 20 years ago
Resolution: | → fixed |
---|---|
Status: | reopened → closed |
Should be fixed in [1400]. Thanks for reporting this.
comment:4 by , 20 years ago
Keywords: | python22 added |
---|---|
Milestone: | → 0.9 |
Note:
See TracTickets
for help on using tickets.
The current devel version of Trac, and thus the upcoming 0.9 release require Python 2.2.
From TracInstall: