summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorMartin v. Löwis <martin@v.loewis.de>2002-11-04 09:56:00 (GMT)
committerMartin v. Löwis <martin@v.loewis.de>2002-11-04 09:56:00 (GMT)
commit1da9c57c740544fa0d2bc93949aa577b6184c8d2 (patch)
tree9e918767d7aae036025ba9636bfeb54b8f2d3add /Misc
parenta178cff979b37771b3da710c23d579cd4abf0f00 (diff)
downloadcpython-1da9c57c740544fa0d2bc93949aa577b6184c8d2.zip
cpython-1da9c57c740544fa0d2bc93949aa577b6184c8d2.tar.gz
cpython-1da9c57c740544fa0d2bc93949aa577b6184c8d2.tar.bz2
Patch #630829: Don't block on IAC, process suboptions.
Diffstat (limited to 'Misc')
-rw-r--r--Misc/ACKS1
-rw-r--r--Misc/NEWS3
2 files changed, 3 insertions, 1 deletions
diff --git a/Misc/ACKS b/Misc/ACKS
index 901bb45..4b496f2 100644
--- a/Misc/ACKS
+++ b/Misc/ACKS
@@ -465,6 +465,7 @@ Steven Scott
Nick Seidenman
Fred Sells
Denis Severson
+Ha Shao
Bruce Sherwood
Pete Shinners
Michael Shiplett
diff --git a/Misc/NEWS b/Misc/NEWS
index 71eacc8..c8334d7 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -1707,7 +1707,8 @@ Library
-------
- telnetlib includes symbolic names for the options, and support for
- setting an option negotiation callback.
+ setting an option negotiation callback. It also supports processing
+ of suboptions.
- The new C standard no longer requires that math libraries set errno to
ERANGE on overflow. For platform libraries that exploit this new