]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-30134: fix BytesWarning doc, docstring and message (GH-12739)
authorInada Naoki <songofacandy@gmail.com>
Tue, 9 Apr 2019 12:49:49 +0000 (21:49 +0900)
committerGitHub <noreply@github.com>
Tue, 9 Apr 2019 12:49:49 +0000 (21:49 +0900)
commit4e8e8aabc6e6ae1c989ef288be7bddfdbbc3187d
treee43ab76f49e1b4ecc8feda8b197a3fcc256e43a2
parent87ed1beb3e15c619f25b9a9308d1ec35659feffd
bpo-30134: fix BytesWarning doc, docstring and message (GH-12739)
Doc/library/exceptions.rst
Doc/library/warnings.rst
Include/code.h
Objects/bytearrayobject.c
Objects/exceptions.c
Python/pythonrun.c