]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-35845: Add order={'C', 'F', 'A'} parameter to memoryview.tobytes(). (#11730)
authorStefan Krah <skrah@bytereef.org>
Sat, 2 Feb 2019 17:57:41 +0000 (18:57 +0100)
committerGitHub <noreply@github.com>
Sat, 2 Feb 2019 17:57:41 +0000 (18:57 +0100)
commitd08ea70464cb8a1f86134dcb4a5c2eac1a02bf1a
treeea83f888c38d1b67c1c7e8ac028236a3eeb7c90d
parent4860f01ac0f07cdc8fc0cc27c33f5a64e5cfec9f
bpo-35845: Add order={'C', 'F', 'A'} parameter to memoryview.tobytes(). (#11730)
Doc/library/stdtypes.rst
Lib/test/test_buffer.py
Misc/NEWS.d/next/Library/2019-02-02-00-04-01.bpo-35845.1jx2wk.rst [new file with mode: 0644]
Objects/memoryobject.c