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 r.david.murray
Recipients asvetlov, r.david.murray, vstinner
Date 2013-08-15.18:34:53
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1376591693.26.0.317540742787.issue18750@psf.upfronthosting.co.za>
In-reply-to
Content
haypo: str % dict is a feature:

  >>> "%(a)s" % {'a': 1, 'b': 2}
  '1'
History
Date User Action Args
2013-08-15 18:34:53r.david.murraysetrecipients: + r.david.murray, vstinner, asvetlov
2013-08-15 18:34:53r.david.murraysetmessageid: <1376591693.26.0.317540742787.issue18750@psf.upfronthosting.co.za>
2013-08-15 18:34:53r.david.murraylinkissue18750 messages
2013-08-15 18:34:53r.david.murraycreate