summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorMartin v. Löwis <martin@v.loewis.de>2006-07-03 13:01:35 (GMT)
committerMartin v. Löwis <martin@v.loewis.de>2006-07-03 13:01:35 (GMT)
commitede77f5373e38ce1befc02858dcbcff8214c061b (patch)
tree3ca2c1f73b5aa97fa51a93b846d3b9582c8218ca /Misc
parent4548239e2b171ea9fa175744f17a32a884ab514a (diff)
downloadcpython-ede77f5373e38ce1befc02858dcbcff8214c061b.zip
cpython-ede77f5373e38ce1befc02858dcbcff8214c061b.tar.gz
cpython-ede77f5373e38ce1befc02858dcbcff8214c061b.tar.bz2
Patch #825417: Fix timeout processing in expect,
read_until. Will backport to 2.4.
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 4cb5cd3..11add31 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -22,6 +22,9 @@ Core and builtins
Library
-------
+- Bug #822974: Honor timeout in telnetlib.{expect,read_until}
+ even if some data are received.
+
- Bug #1267547: Put proper recursive setup.py call into the
spec file generated by bdist_rpm.