This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author dellair.jie
Recipients dellair.jie, vstinner
Date 2014-01-07.15:42:44
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1389109364.57.0.167831934505.issue20163@psf.upfronthosting.co.za>
In-reply-to
Content
Victor,

Thanks for the comment.

Isolated, the error happens at:

>>> import time
>>> time.strptime ("Dec", "%b")
Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
  File "/python/lib/python3.3/_strptime.py", line 494, in _strptime_time
    tt = _strptime(data_string, format)[0]
  File "/python/lib/python3.3/_strptime.py", line 340, in _strptime
    data_string[found.end():])
ValueError: unconverted data remains: Dec
History
Date User Action Args
2014-01-07 15:42:44dellair.jiesetrecipients: + dellair.jie, vstinner
2014-01-07 15:42:44dellair.jiesetmessageid: <1389109364.57.0.167831934505.issue20163@psf.upfronthosting.co.za>
2014-01-07 15:42:44dellair.jielinkissue20163 messages
2014-01-07 15:42:44dellair.jiecreate