Edgewall Software

Changes between Version 176 and Version 177 of TracModPython


Ignore:
Timestamp:
Mar 10, 2022, 8:03:06 AM (2 years ago)
Author:
figaro
Comment:

Python 2.4 EOL and Trac 0.11 no longer supported.

Legend:

Unmodified
Added
Removed
Modified
  • TracModPython

    v176 v177  
    245245}}}
    246246
    247 === Expat-related segmentation faults === #expat
    248 
    249 This problem will most certainly hit you on Unix when using Python 2.4.
    250 In Python 2.4, some version of [http://expat.sourceforge.net/ Expat] (an XML parser library written in C) is used and if Apache is using another version, this results in segmentation faults.
    251 As Trac 0.11 is using Genshi, which will indirectly use Expat, that problem can now hit you even if everything was working fine before with Trac 0.10. This problem has not been reported for Python 2.5+, so best to upgrade.
    252 
    253247=== Form submission problems
    254248