summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorMartin v. Löwis <martin@v.loewis.de>2001-09-06 08:54:16 (GMT)
committerMartin v. Löwis <martin@v.loewis.de>2001-09-06 08:54:16 (GMT)
commitcb227c98509be01684671f78055956cd8ff61d81 (patch)
treedf825a5db4eed093ff75265465268834cb179f3b /Misc
parentb0162f9afc115b925475dd76311ce3ea6256257d (diff)
downloadcpython-cb227c98509be01684671f78055956cd8ff61d81.zip
cpython-cb227c98509be01684671f78055956cd8ff61d81.tar.gz
cpython-cb227c98509be01684671f78055956cd8ff61d81.tar.bz2
Report patch #416079 changes.
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 3fa2cb6..52b2a1e 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -81,6 +81,9 @@ Core
Library
+- telnetlib includes symbolic names for the options, and support for
+ setting an option negotiation callback.
+
- The new C standard no longer requires that math libraries set errno to
ERANGE on overflow. For platform libraries that exploit this new
freedom, Python's overflow-checking was wholly broken. A new overflow-