Edgewall Software
Modify

Opened 19 years ago

Closed 19 years ago

Last modified 18 years ago

#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 Christopher Lenz <cmlenz@…>, 19 years ago

Resolution: wontfix
Status: newclosed

The current devel version of Trac, and thus the upcoming 0.9 release require Python 2.2.

From TracInstall:

Python 2.1 support is going to be dropped for the next (0.9) release of
Trac. Minimum required version for trunk is thus Python 2.2.0.

comment:2 by Christopher Lenz <cmlenz@…>, 19 years ago

Resolution: wontfix
Status: closedreopened

Oops, I see you are actually using Python 2.2.

comment:3 by Christopher Lenz <cmlenz@…>, 19 years ago

Resolution: fixed
Status: reopenedclosed

Should be fixed in [1400]. Thanks for reporting this.

comment:4 by Christopher Lenz <cmlenz@…>, 19 years ago

Keywords: python22 added
Milestone: 0.9

Modify Ticket

Change Properties
Set your email in Preferences
Action
as closed The owner will remain Jonas Borgström.
The resolution will be deleted. Next status will be 'reopened'.
to The owner will be changed from Jonas Borgström to the specified user.

Add Comment


E-mail address and name can be saved in the Preferences .
 
Note: See TracTickets for help on using tickets.