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 Ramchandra Apte
Recipients Ramchandra Apte, patrick.vrijlandt
Date 2011-12-29.09:15:09
SpamBayes Score 0.00016802078
Marked as misclassified No
Message-id <1325150110.33.0.516865725159.issue13674@psf.upfronthosting.co.za>
In-reply-to
Content
This bug can not be reproduced in Python 3.2.2 on Ubuntu.
Since Python 2.7.2 on your system raises a ValueError for dates below 1900 ,your system's strftime probably does not allow dates below 1900 (unlike Ubuntu).
Python 3.2.2's datetime.strftime should handle this error from strftime().
History
Date User Action Args
2011-12-29 09:15:10Ramchandra Aptesetrecipients: + Ramchandra Apte, patrick.vrijlandt
2011-12-29 09:15:10Ramchandra Aptesetmessageid: <1325150110.33.0.516865725159.issue13674@psf.upfronthosting.co.za>
2011-12-29 09:15:09Ramchandra Aptelinkissue13674 messages
2011-12-29 09:15:09Ramchandra Aptecreate