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 skrah
Recipients skrah, vstinner
Date 2012-10-07.09:58:53
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1349603933.6.0.451688422514.issue16153@psf.upfronthosting.co.za>
In-reply-to
Content
I don't know the reason for the previous behavior, but it's documented:

http://docs.python.org/dev/c-api/unicode.html?highlight=pyunicode_fromformatv#PyUnicode_FromFormat


"An unrecognized format character causes all the rest of the format string to be copied as-is to the result string, and any extra arguments discarded."
History
Date User Action Args
2012-10-07 09:58:53skrahsetrecipients: + skrah, vstinner
2012-10-07 09:58:53skrahsetmessageid: <1349603933.6.0.451688422514.issue16153@psf.upfronthosting.co.za>
2012-10-07 09:58:53skrahlinkissue16153 messages
2012-10-07 09:58:53skrahcreate