[Python-Dev] RFC: PEP 460: Add bytes % args and bytes.format(args) to Python 3.5 (original) (raw)
Mark Lawrence breamoreboy at yahoo.co.uk
Fri Jan 10 19:51:13 CET 2014
- Previous message: [Python-Dev] RFC: PEP 460: Add bytes % args and bytes.format(args) to Python 3.5
- Next message: [Python-Dev] [Python-checkins] cpython: whatsnew: XMLPullParser, plus some doc updates.
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
On 06/01/2014 13:24, Victor Stinner wrote:
Hi,
bytes % args and bytes.format(args) are requested by Mercurial and Twisted projects. The issue #3982 was stuck because nobody proposed a complete definition of the "new" features. Here is a try as a PEP.
Apologies if this has already been said, but Terry Reedy attached a proof of concept to issue 3982 which might be worth taking a look at if you haven't yet done so.
-- My fellow Pythonistas, ask not what our language can do for you, ask what you can do for our language.
Mark Lawrence
- Previous message: [Python-Dev] RFC: PEP 460: Add bytes % args and bytes.format(args) to Python 3.5
- Next message: [Python-Dev] [Python-checkins] cpython: whatsnew: XMLPullParser, plus some doc updates.
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]