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 r.david.murray
Recipients amaury.forgeotdarc, dleonard0, kristjan.jonsson, loewis, mhammond, ocean-city, r.david.murray
Date 2010-12-23.14:58:23
SpamBayes Score 2.127869e-06
Marked as misclassified No
Message-id <1293116307.08.0.772866449352.issue10762@psf.upfronthosting.co.za>
In-reply-to
Content
Note that this is a regression relative to 2.6, where the same call returns '' (which is different from what it returns on linux, where the result would be '%f', or OSX, where the result would be 'f').  (Tests done on windows XP using pythons installed from the python.org installers.)

My guess is that the difference between python 2.6 and python 2.7+ is issue 4804.  I'm therefore adding the nosy list from that issue to this one.

For the OP's benefit: my guess is that this is a bug in the Microsoft C runtime, but we probably need to provide a workaround for it in Python.
History
Date User Action Args
2010-12-23 14:58:27r.david.murraysetrecipients: + r.david.murray, loewis, mhammond, amaury.forgeotdarc, kristjan.jonsson, ocean-city, dleonard0
2010-12-23 14:58:27r.david.murraysetmessageid: <1293116307.08.0.772866449352.issue10762@psf.upfronthosting.co.za>
2010-12-23 14:58:23r.david.murraylinkissue10762 messages
2010-12-23 14:58:23r.david.murraycreate