[Calendar and Contacts Server] #420: strptime %f requires python 2.6
#420: strptime %f requires python 2.6 -------------------------+-------------------------------------------------- Reporter: yozh@… | Owner: wsanchez@… Type: Defect | Status: new Priority: 5: Not set | Milestone: Component: Twisted | Severity: Other Keywords: | Radar: -------------------------+-------------------------------------------------- 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. -- Ticket URL: <http://trac.calendarserver.org/ticket/420> Calendar and Contacts Server </> HTTP/WebDAV/CalDAV Server
#420: strptime %f requires python 2.6 -------------------------+-------------------------------------------------- Reporter: yozh@… | Owner: wsanchez@… Type: Defect | Status: new Priority: 2: Expected | Milestone: CalendarServer-3.x Component: Twisted | Severity: Other Keywords: | Radar: -------------------------+-------------------------------------------------- Changes (by wsanchez@…): * priority: 5: Not set => 2: Expected * milestone: => CalendarServer-3.x Comment: True enough. -- Ticket URL: <http://trac.calendarserver.org/ticket/420#comment:1> Calendar and Contacts Server </> HTTP/WebDAV/CalDAV Server
#420: strptime %f requires python 2.6 ------------------------------+--------------------------------------------- Reporter: yozh@… | Owner: wsanchez@… Type: Defect | Status: closed Priority: 2: Expected | Milestone: CalendarServer-3.x Component: Twisted | Severity: Other Resolution: Not to be fixed | Keywords: Radar: | ------------------------------+--------------------------------------------- Changes (by wsanchez@…): * status: new => closed * resolution: => Not to be fixed Comment: We're requiring 2.6 now. -- Ticket URL: <http://trac.calendarserver.org/ticket/420#comment:2> Calendar and Contacts Server </> HTTP/WebDAV/CalDAV Server
participants (1)
-
Calendar and Contacts Server