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 santoso.wijaya
Recipients amaury.forgeotdarc, dleonard0, kristjan.jonsson, loewis, mhammond, ocean-city, r.david.murray, santoso.wijaya, terry.reedy
Date 2011-04-03.00:35:42
SpamBayes Score 0.006413851
Marked as misclassified No
Message-id <1301790944.62.0.37190200704.issue10762@psf.upfronthosting.co.za>
In-reply-to
Content
I don't think this is a Windows "bug" per se, because the behavior is undefined in the standards. The burden is up to us to validate the format string inputted [w]strftime and currently, our code mistakenly clears "%f" as valid.

I'm attaching a patch against 2.7 branch.
History
Date User Action Args
2011-04-03 00:35:44santoso.wijayasetrecipients: + santoso.wijaya, loewis, mhammond, terry.reedy, amaury.forgeotdarc, kristjan.jonsson, ocean-city, dleonard0, r.david.murray
2011-04-03 00:35:44santoso.wijayasetmessageid: <1301790944.62.0.37190200704.issue10762@psf.upfronthosting.co.za>
2011-04-03 00:35:43santoso.wijayalinkissue10762 messages
2011-04-03 00:35:43santoso.wijayacreate