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 martin.panter
Recipients larry, loewis, martin.panter, methane, python-dev, rbcollins, serhiy.storchaka, skrah, taleinat
Date 2017-01-29.09:38:08
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1485682688.41.0.578667854578.issue20180@psf.upfronthosting.co.za>
In-reply-to
Content
For str.format_map(mapping), yes the parsing happens in Objects/stringlib/unicode_format.h, but I don’t see that as a big problem. Moving this back to “needs patch”, assuming it is okay to convert format_map().

Other than from that, there are just tricky things left like the str() constructor, str.format(*args, **kwargs) (see Issue 20291), and the shared code in Objects/stringlib/find.h and Objects/stringlib/transmogrify.h. I don’t know what to do about those.
History
Date User Action Args
2017-01-29 09:38:08martin.pantersetrecipients: + martin.panter, loewis, taleinat, larry, rbcollins, methane, skrah, python-dev, serhiy.storchaka
2017-01-29 09:38:08martin.pantersetmessageid: <1485682688.41.0.578667854578.issue20180@psf.upfronthosting.co.za>
2017-01-29 09:38:08martin.panterlinkissue20180 messages
2017-01-29 09:38:08martin.pantercreate