Message8656

Author santa4nt
Recipients ducky427, santa4nt
Date 2014-06-17.20:22:47
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1403036568.21.0.560173889916.issue2168@psf.upfronthosting.co.za>
In-reply-to
Content
This has already been addressed recently in Jython 2.7.x beta development.

Jython 2.7b3+ (default:ea302f9e4c3a, Jun 17 2014, 13:24:57) 
[Java HotSpot(TM) 64-Bit Server VM (Oracle Corporation)] on java1.7.0_51
Type "help", "copyright", "credits" or "license" for more information.
>>> import time
>>> d = time.strptime('09302010', "%d%m%Y")
Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
  File "/home/santa/Code/jython/dist/Lib/_strptime.py", line 467, in _strptime_time
    return _strptime(data_string, format)[0]
  File "/home/santa/Code/jython/dist/Lib/_strptime.py", line 327, in _strptime
    raise ValueError("unconverted data remains: %s" %
ValueError: unconverted data remains: 0
History
Date User Action Args
2014-06-17 20:22:48santa4ntsetmessageid: <1403036568.21.0.560173889916.issue2168@psf.upfronthosting.co.za>
2014-06-17 20:22:48santa4ntsetrecipients: + santa4nt, ducky427
2014-06-17 20:22:48santa4ntlinkissue2168 messages
2014-06-17 20:22:47santa4ntcreate