Edgewall Software

Changes between Initial Version and Version 2 of Ticket #8061


Ignore:
Timestamp:
Feb 16, 2009, 5:05:16 PM (15 years ago)
Author:
Christian Boos
Comment:

One of the problem is that none of the Trac developers seem to be using 2.3 anymore.

Jonas, you mentioned on IRC that you couldn't run a buildbot for 2.3 as it doesn't support virtualenv. I'm not familiar with buildbot, so I don't know if the requirement for virtualenv comes from buildbot usage or if you just used virtualenv to setup the test environments for 2.4, 2.5 and 2.6. If it's the latter, then I think you could nevertheless have a test environment for Python 2.3 without virtualenv, as we have to test Trac 0.11-stable only with that version.

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #8061

    • Property Keywords python23 added
    • Property Priority normalhigh
    • Property Milestone0.11.3
  • Ticket #8061 – Description

    initial v2  
    11The python 2.3 incompatibility is back with 0.11.3.  I get the following in the logs when going to "Custom Query".  I wish I could upgrade python, but still not an option for me.
    22
    3 
     3{{{
    44  File "/usr/lib/python2.3/site-packages/Trac-0.11.3-py2.3.egg/trac/ticket/query.py", line 577, in template_data
    55    wikify = set([f['name'] for f in self.fields
    66NameError: global name 'set' is not defined
     7}}}