diff options
author | Benjamin Peterson <benjamin@python.org> | 2008-10-15 20:54:24 (GMT) |
---|---|---|
committer | Benjamin Peterson <benjamin@python.org> | 2008-10-15 20:54:24 (GMT) |
commit | 3de7fb86fc9e053955dae144b4fe6e080f5a4d81 (patch) | |
tree | 72032ea6802f31b3cf2923f73385f2e7eae79870 /Misc | |
parent | 33b6450d23cbe66457e3392b9d187f20d888601c (diff) | |
download | cpython-3de7fb86fc9e053955dae144b4fe6e080f5a4d81.zip cpython-3de7fb86fc9e053955dae144b4fe6e080f5a4d81.tar.gz cpython-3de7fb86fc9e053955dae144b4fe6e080f5a4d81.tar.bz2 |
Victor Stinner's patch to make telnetlib use bytes 3725
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -31,6 +31,8 @@ Core and Builtins Library ------- +- telnetlib now works completely in bytes. + - Issue #4072: Restore build_py_2to3. - Issue #4014: Don't claim that Python has an Alpha release status, in addition |