Closed macosforgebot closed 13 years ago
yozh@… originally submitted this as ticket:420
twistedcaldav/dateops.py:247 contains:
return datetime.datetime.strptime(ts, "%Y-%m-%d %H:%M:%S.%f")
%f strptime format is not available in Python 2.5.
http://trac.calendarserver.org/wiki/HACKING page does not allow code that requires Python 2.6.
@wsanchez originally submitted this as comment:1:ticket:420
True enough.
@wsanchez originally submitted this as comment:2:ticket:420
We're requiring 2.6 now.
yozh@… originally submitted this as ticket:420
twistedcaldav/dateops.py:247 contains:
%f strptime format is not available in Python 2.5.
http://trac.calendarserver.org/wiki/HACKING page does not allow code that requires Python 2.6.