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 serhiy.storchaka
Recipients asvetlov, bakuriu, eric.smith, r.david.murray, serhiy.storchaka, vstinner
Date 2013-08-19.18:52:27
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1376938347.99.0.0122728002906.issue18750@psf.upfronthosting.co.za>
In-reply-to
Content
> Since people should start to move to str.format instead of % this wart may not be worth fixing.

>>> ''.format_map([1])
''

However I agree that this is not worth fixing.
History
Date User Action Args
2013-08-19 18:52:28serhiy.storchakasetrecipients: + serhiy.storchaka, vstinner, eric.smith, r.david.murray, asvetlov, bakuriu
2013-08-19 18:52:27serhiy.storchakasetmessageid: <1376938347.99.0.0122728002906.issue18750@psf.upfronthosting.co.za>
2013-08-19 18:52:27serhiy.storchakalinkissue18750 messages
2013-08-19 18:52:27serhiy.storchakacreate