This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author gladman
Recipients Ramchandra Apte, belopolsky, flox, gladman, patrick.vrijlandt, tim.golden, vstinner
Date 2013-09-30.10:32:15
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1380537136.24.0.192050348529.issue13674@psf.upfronthosting.co.za>
In-reply-to
Content
On IDLE this:

Python 3.3.2 (v3.3.2:d047928ae3f6, May 16 2013, 00:06:53) [MSC v.1600 64 bit (AMD64)] on win32
Type "copyright", "credits" or "license()" for more information.
>>> from datetime import datetime
>>> datetime(1878, 12, 31).strftime('%d %b %y')

causes a crash on Windows.  I am surprised that this bug still exists as it is not far off two years old now.
History
Date User Action Args
2013-09-30 10:32:16gladmansetrecipients: + gladman, belopolsky, vstinner, tim.golden, flox, patrick.vrijlandt, Ramchandra Apte
2013-09-30 10:32:16gladmansetmessageid: <1380537136.24.0.192050348529.issue13674@psf.upfronthosting.co.za>
2013-09-30 10:32:16gladmanlinkissue13674 messages
2013-09-30 10:32:15gladmancreate