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 MajeedArni, eryksun, r.david.murray
Date 2015-05-20.13:44:55
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1432129496.03.0.0515007297727.issue24244@psf.upfronthosting.co.za>
In-reply-to
Content
The ValueError is not a bug.  Not all format codes are supported on all platforms (we start from what the platform supports, and then we have a few we have implemented cross platform, but that isn't one of them).  We also pass through the behavior of the underlying system as far as handling unknown codes.  Whether that is the best policy or not is an interesting question, but one that should probably be addressed on python-ideas if someone wants to tackle it, since it has backward compatibility implications (and the wider discussion would affect the the behavior on FreeBSD as well, where unknown codes are handled differently than they are on linux, though they don't produce an exception.)

For the other I think you should open a new issue referencing the old one.
History
Date User Action Args
2015-05-20 13:44:56r.david.murraysetrecipients: + r.david.murray, eryksun, MajeedArni
2015-05-20 13:44:56r.david.murraysetmessageid: <1432129496.03.0.0515007297727.issue24244@psf.upfronthosting.co.za>
2015-05-20 13:44:56r.david.murraylinkissue24244 messages
2015-05-20 13:44:55r.david.murraycreate