]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Issue #22581: Use more "bytes-like object" throughout the docs and comments.
authorSerhiy Storchaka <storchaka@gmail.com>
Fri, 5 Dec 2014 20:25:22 +0000 (22:25 +0200)
committerSerhiy Storchaka <storchaka@gmail.com>
Fri, 5 Dec 2014 20:25:22 +0000 (22:25 +0200)
commitb757c83ec626442a8804b9417790443bf13b4fc8
treee9361287f1239fa9758a9387cbd7aa9096a76601
parent6b335196c50049685e5fd2dc420cbba68de489e8
Issue #22581: Use more "bytes-like object" throughout the docs and comments.
12 files changed:
Doc/c-api/arg.rst
Doc/c-api/unicode.rst
Doc/library/socket.rst
Doc/library/ssl.rst
Include/unicodeobject.h
Lib/multiprocessing/connection.py
Modules/arraymodule.c
Modules/socketmodule.c
Objects/stringlib/join.h
Objects/unicodeobject.c
Python/getargs.c
Python/marshal.c