diff options
author | Jack Diederich <jackdied@gmail.com> | 2009-07-26 22:23:04 (GMT) |
---|---|---|
committer | Jack Diederich <jackdied@gmail.com> | 2009-07-26 22:23:04 (GMT) |
commit | 36596a3c2353434e4b5d8add720826d5c9d2b17a (patch) | |
tree | 6a588beecccf42acad5541522bfb445e8e6003ae /Misc | |
parent | f346ac08e6db2c683b52203d3c05e76f596a405a (diff) | |
download | cpython-36596a3c2353434e4b5d8add720826d5c9d2b17a.zip cpython-36596a3c2353434e4b5d8add720826d5c9d2b17a.tar.gz cpython-36596a3c2353434e4b5d8add720826d5c9d2b17a.tar.bz2 |
- fix issue #6106, Telnet.process_rawq default handling of WILL/WONT/DO/DONT
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/ACKS | 1 | ||||
-rw-r--r-- | Misc/NEWS | 3 |
2 files changed, 4 insertions, 0 deletions
@@ -709,6 +709,7 @@ Michael Stone Ken Stox Dan Stromberg Daniel Stutzbach +Pal Subbiah Nathan Sullivan Mark Summerfield Hisao Suzuki @@ -60,6 +60,9 @@ C-API Library ------- +- Issue #6106: telnetlib.Telnet.process_rawq doesn't handle default WILL/WONT + DO/DONT correctly. + - Issue #1424152: Fix for http.client, urllib.request to support SSL while working through proxy. Original patch by Christopher Li, changes made by Senthil Kumaran |