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 nestor
Recipients nestor
Date 2011-03-04.15:18:51
SpamBayes Score 5.2257537e-06
Marked as misclassified No
Message-id <1299251932.57.0.908834065422.issue11396@psf.upfronthosting.co.za>
In-reply-to
Content
Many programs written for Python 2.x use simple string interpolation to create byte strings with specific layout, this is gone in 3.x. Is it possible to support the format method but maybe only supporting field names like '{}' '{1}{2}' '{name}' and not conversion and formatting for the bytes type?

Examples:
http://mail.python.org/pipermail/python-list/2011-March/1267308.html

and the "get_current_url" function at this post:
http://lucumr.pocoo.org/2010/5/25/wsgi-on-python-3/
History
Date User Action Args
2011-03-04 15:18:52nestorsetrecipients: + nestor
2011-03-04 15:18:52nestorsetmessageid: <1299251932.57.0.908834065422.issue11396@psf.upfronthosting.co.za>
2011-03-04 15:18:52nestorlinkissue11396 messages
2011-03-04 15:18:51nestorcreate