Rename BYTEARRAY to BYTEARRAY8 (#625)

This commit is contained in:
Olivier Grisel 2018-04-20 17:18:24 +02:00 committed by Antoine Pitrou
parent 1a3e52e197
commit 91279babfc
1 changed files with 1 additions and 1 deletions

View File

@ -274,7 +274,7 @@ Protocol changes
Three new opcodes are introduced:
* ``BYTEARRAY`` creates a bytearray from the data following it in the pickle
* ``BYTEARRAY8`` creates a bytearray from the data following it in the pickle
stream and pushes it on the stack (just like ``BINBYTES8`` does for bytes
objects);
* ``NEXT_BUFFER`` fetches a buffer from the ``buffers`` iterable and pushes