Marc-Andre Lemburg added the comment:

On 21.07.2015 22:15, dlroo wrote:
> 
> dlroo added the comment:
> 
> If you are using mx.DateTime make certain you do not use the .strftime 
> method.  If you use .strftime method and have a 60th second in your DateTime 
> object it will crash python with no error message.  This occurs because the 
> .strftime method is fully inherited from Python's datetime.datetime.

Thanks for the report. We will fix this in the next mxDateTime release.

----------

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

Reply via email to