[Python-Dev] RFC: PEP 460: Add bytes % args and bytes.format(args) to Python 3.5
Chris Angelico
rosuav at gmail.com
Wed Jan 8 11:16:28 CET 2014
More information about the Python-Dev mailing list
Wed Jan 8 11:16:28 CET 2014
- Previous message: [Python-Dev] RFC: PEP 460: Add bytes % args and bytes.format(args) to Python 3.5
- Next message: [Python-Dev] RFC: PEP 460: Add bytes % args and bytes.format(args) to Python 3.5
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
On Wed, Jan 8, 2014 at 9:12 PM, Victor Stinner <victor.stinner at gmail.com> wrote: > IMO some formatting commands must not be implemented. For example, > alignment is used to display something on screen, not in network > protocols or binary file formats. Must not, or need not? I can understand that those sorts of features would be less valuable, but they do make sense. ChrisA
- Previous message: [Python-Dev] RFC: PEP 460: Add bytes % args and bytes.format(args) to Python 3.5
- Next message: [Python-Dev] RFC: PEP 460: Add bytes % args and bytes.format(args) to Python 3.5
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-Dev mailing list