]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[2.7] bpo-8765: Deprecate writing unicode to binary streams in Py3k mode. (GH-11127)
authorSerhiy Storchaka <storchaka@gmail.com>
Tue, 15 Jan 2019 12:34:48 +0000 (14:34 +0200)
committerGitHub <noreply@github.com>
Tue, 15 Jan 2019 12:34:48 +0000 (14:34 +0200)
commit1462234baf7398a6b00c0f51905e26caa17d3c60
tree54cc4334d690454b1a33be480f62bfa3b790a84e
parent77b80c956f39df34722bd8646cf5b83d149832c4
[2.7] bpo-8765: Deprecate writing unicode to binary streams in Py3k mode. (GH-11127)
Lib/test/test_fileio.py
Misc/NEWS.d/next/Library/2018-12-12-09-59-41.bpo-8765.IFupT2.rst [new file with mode: 0644]
Modules/_io/bufferedio.c
Modules/_io/fileio.c