summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrew M. Kuchling <amk@amk.ca>2008-02-23 17:14:23 (GMT)
committerAndrew M. Kuchling <amk@amk.ca>2008-02-23 17:14:23 (GMT)
commitb66dc46ee0c9eefcd15fbc41c8652a7d50102996 (patch)
treef577fb7a57ebc84f14e5699d9013c54b1cc37dc8
parent403d59597ef711f025773cfb469e90c1d52ebe26 (diff)
downloadcpython-b66dc46ee0c9eefcd15fbc41c8652a7d50102996.zip
cpython-b66dc46ee0c9eefcd15fbc41c8652a7d50102996.tar.gz
cpython-b66dc46ee0c9eefcd15fbc41c8652a7d50102996.tar.bz2
Add old NEWS item
-rw-r--r--Misc/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index accb4d7..774ec69 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -102,6 +102,9 @@ Core and builtins
Library
-------
+- curses.textpad: Fix off-by-one error that resulted in characters
+ being missed from the contents of a Textbox.
+
- Patch #1966: Break infinite loop in httplib when the servers
implements the chunked encoding incorrectly.