Date conversion bug using Python 2.4
Bug #23361 reported by
Johan Dahlin
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
mailman (Ubuntu) |
Fix Released
|
High
|
Tollef Fog Heen |
Bug Description
Mailman 2.1.5 has code which depends on the 2.3 behavior:
File "/usr/lib/
time.
ValueError: day of year out of range
time.strftime in python 2.4 is stricter than the one in 2.3,
The 8th (of 9) item of the time tuple cannot be non zero any longer.
Changing it to:
time.
makes mailman work nicely with Python 2.4 again.
It is already fixed in upstream 2.1.6beta versions.
To post a comment you must log in.
For reference:
http:// mail.python. org/pipermail/ mailman- users/2005- March/043640. html
We're seeing this using
ii mailman 2.1.5-7
Powerful, web-based mailing list manager
Tollef, this doesn't appear to be fixed in 2.1.5-8, the Breezy version, either.
It causes the mailman outgoing queue runner to crash every hour for us, which
eventually makes it stop working altogether. The fix is pretty trivial, too.