Patch #825417: Fix timeout processing in expect,
read_until. Will backport to 2.4.
diff --git a/Misc/NEWS b/Misc/NEWS
index 4cb5cd3..11add31 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -22,6 +22,9 @@
 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.