Message8657

Author ducky427
Recipients ducky427, santa4nt
Date 2014-06-17.20:25:16
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <226FC31D-E11B-4F0D-91FB-66E7478B19E5@gmail.com>
In-reply-to <1403036568.21.0.560173889916.issue2168@psf.upfronthosting.co.za>
Content
Thanks. I tried out Jython 2.7b2. I eagerly await the next beta. 

> On 17 Jun 2014, at 21:22, Santoso Wijaya <report@bugs.jython.org> wrote:
> 
> 
> Santoso Wijaya added the comment:
> 
> 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
> 
> ----------
> nosy: +santa4nt
> type:  -> behaviour
> 
> _______________________________________
> Jython tracker <report@bugs.jython.org>
> <http://bugs.jython.org/issue2168>
> _______________________________________
History
Date User Action Args
2014-06-17 20:25:16ducky427setrecipients: + ducky427, santa4nt
2014-06-17 20:25:16ducky427linkissue2168 messages
2014-06-17 20:25:16ducky427create