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 Julian
Recipients Julian, eric.smith
Date 2011-07-17.22:23:44
SpamBayes Score 0.004980603
Marked as misclassified No
Message-id <1310941425.3.0.839980943296.issue12579@psf.upfronthosting.co.za>
In-reply-to
Content
Fair enough. I suppose I take .format_map to mean, here is a mapping, call __getitem__ on it for each of the keys inside the format string, to which calling 12["foo"] would get me a TypeError.

I suppose I see both as appropriate, but the fact that it's implemented by passing the mapping as kwargs seemed less relevant. Less concerned about that part though I guess.
History
Date User Action Args
2011-07-17 22:23:45Juliansetrecipients: + Julian, eric.smith
2011-07-17 22:23:45Juliansetmessageid: <1310941425.3.0.839980943296.issue12579@psf.upfronthosting.co.za>
2011-07-17 22:23:44Julianlinkissue12579 messages
2011-07-17 22:23:44Juliancreate