]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Issue #26765: Moved common code and docstrings for bytes and bytearray methods
authorSerhiy Storchaka <storchaka@gmail.com>
Wed, 4 May 2016 19:23:26 +0000 (22:23 +0300)
committerSerhiy Storchaka <storchaka@gmail.com>
Wed, 4 May 2016 19:23:26 +0000 (22:23 +0300)
commitdd40fc3e57da1988bffa35e3aad33fa0a6dda813
tree61585dcc243fc04e2376e2324081c357ec5048eb
parent045e6351004fd36c2df5c9625e83f487313418f4
Issue #26765: Moved common code and docstrings for bytes and bytearray methods
to bytes_methods.c.
Include/bytes_methods.h
Objects/bytearrayobject.c
Objects/bytes_methods.c
Objects/bytesobject.c
Objects/stringlib/find.h
Objects/stringlib/transmogrify.h
Objects/unicodeobject.c