[Python-Dev] PEP 467: last round (?)
Martin Panter
vadmium+py at gmail.com
Sat Sep 3 07:26:06 EDT 2016
More information about the Python-Dev mailing list
Sat Sep 3 07:26:06 EDT 2016
- Previous message (by thread): [Python-Dev] PEP 467: last round (?)
- Next message (by thread): [Python-Dev] PEP 467: last round (?)
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
On 2 September 2016 at 17:54, Koos Zevenhoven <k7hoven at gmail.com> wrote: > On Thu, Sep 1, 2016 at 10:36 PM, Ethan Furman <ethan at stoneleaf.us> wrote: >> * Deprecate passing single integer values to ``bytes`` and ``bytearray`` >> * Add ``bytes.fromsize`` and ``bytearray.fromsize`` alternative >> constructors >> * Add ``bytes.fromord`` and ``bytearray.fromord`` alternative constructors >> * Add ``bytes.getbyte`` and ``bytearray.getbyte`` byte retrieval methods >> * Add ``bytes.iterbytes`` and ``bytearray.iterbytes`` alternative >> iterators > > I wonder if from_something with an underscore is more consistent (according > to a quick search perhaps yes). That would not be too inconsistent with the sister constructor bytes.fromhex().
- Previous message (by thread): [Python-Dev] PEP 467: last round (?)
- Next message (by thread): [Python-Dev] PEP 467: last round (?)
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-Dev mailing list