commit | 36596a3c2353434e4b5d8add720826d5c9d2b17a | [log] [tgz] |
---|---|---|
author | Jack Diederich <jackdied@gmail.com> | Sun Jul 26 22:23:04 2009 +0000 |
committer | Jack Diederich <jackdied@gmail.com> | Sun Jul 26 22:23:04 2009 +0000 |
tree | 6a588beecccf42acad5541522bfb445e8e6003ae | |
parent | f346ac08e6db2c683b52203d3c05e76f596a405a [diff] [blame] |
- fix issue #6106, Telnet.process_rawq default handling of WILL/WONT/DO/DONT
diff --git a/Misc/NEWS b/Misc/NEWS index 72258cd..c15e5b6 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -60,6 +60,9 @@ 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