]> granicus.if.org Git - python/commit
[3.6] bpo-20047: Make bytearray methods partition() and rpartition() rejecting (GH...
authorSerhiy Storchaka <storchaka@gmail.com>
Sun, 29 Oct 2017 10:24:45 +0000 (12:24 +0200)
committerGitHub <noreply@github.com>
Sun, 29 Oct 2017 10:24:45 +0000 (12:24 +0200)
commit9ea5a3a45b35d01b602e7e4da4f72b2db407e5c6
tree11ee75c2a6cb1780e7aac0137058379498ca376e
parent0f1973d06e2116deafb19bbb9443b138187803c7
[3.6] bpo-20047: Make bytearray methods partition() and rpartition() rejecting (GH-4158) (#4162)

separators that are not bytes-like objects..
(cherry picked from commit a2314283ff87c65e1745a42c2f2b716b1a209128)
Doc/library/stdtypes.rst
Lib/test/test_bytes.py
Misc/NEWS.d/next/Core and Builtins/2017-10-28-19-11-05.bpo-20047.GuNAto.rst [new file with mode: 0644]
Objects/bytearrayobject.c
Objects/bytesobject.c
Objects/clinic/bytearrayobject.c.h
Objects/clinic/bytesobject.c.h