[CalendarServer-dev] [Calendar and Contacts Server] #420: strptime %f requires python 2.6

Calendar and Contacts Server trac at macosforge.org
Sun Feb 27 09:07:55 PST 2011


#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


More information about the calendarserver-dev mailing list