dellair jie added the comment:

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

----------

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue20163>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to