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.

----------
nosy: +dlroo
versions: +Python 2.7 -Python 3.5

_______________________________________
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