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 skip.montanaro
Recipients skip.montanaro, vstinner
Date 2011-01-08.17:02:42
SpamBayes Score 0.0037963707
Marked as misclassified No
Message-id <1294506178.43.0.70585352459.issue10864@psf.upfronthosting.co.za>
In-reply-to
Content
Skip> On my Mac it displays "12345".  I don't see that as a big problem.

haypo> Why do you say "problem"? It is the correct result :-)

I agree.  I interpreted your ticket as complaining that it should raise
a ValueError if year > 9999:

>> time.strftime() should raise a ValueError if the year is bigger
>> than 9999, as it is done with Visual Studio for year
>> outside [1; 9999].
History
Date User Action Args
2011-01-08 17:02:58skip.montanarosetrecipients: + skip.montanaro, vstinner
2011-01-08 17:02:58skip.montanarosetmessageid: <1294506178.43.0.70585352459.issue10864@psf.upfronthosting.co.za>
2011-01-08 17:02:42skip.montanarolinkissue10864 messages
2011-01-08 17:02:42skip.montanarocreate