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 vstinner
Recipients loewis, pitrou, vstinner
Date 2010-06-13.20:06:19
SpamBayes Score 0.0002067098
Marked as misclassified No
Message-id <1276459580.8.0.472649543705.issue8592@psf.upfronthosting.co.za>
In-reply-to
Content
I commited a bigger patch: r81973 not only fixes "y" format, but also "u" and "Z". It does also add a lot of tests in test_getargs2.py for many string formats (not all, eg. "es" is not tested).

Even if I consider this as a bugfix, I don't want to backport to 3.1 because it might break programs which rely on this strange behaviour.
History
Date User Action Args
2010-06-13 20:06:20vstinnersetrecipients: + vstinner, loewis, pitrou
2010-06-13 20:06:20vstinnersetmessageid: <1276459580.8.0.472649543705.issue8592@psf.upfronthosting.co.za>
2010-06-13 20:06:19vstinnerlinkissue8592 messages
2010-06-13 20:06:19vstinnercreate