Changes between Initial Version and Version 1 of Ticket #9793


Ignore:
Timestamp:
Feb 12, 2012, 5:00:38 AM (12 years ago)
Author:
Ryan J Ollos
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #9793 – Description

    initial v1  
    11I think strptime has a different location in 2.5 vs 2.4. I'm using centos 5 and python24
    22
    3 
     3{{{
    44File "/usr/lib/python2.4/site-packages/Trac-0.12.3-py2.4.egg/trac/web/main.py", line 522, in _dispatch_request
    55  dispatcher.dispatch(req)
     
    1212File "build/bdist.linux-i686/egg/timingandestimationplugin/webui.py", line 49, in parsetime
    1313  try: return datetime.datetime.strptime(val, f).replace(tzinfo=tzinfo)
     14}}}