]> granicus.if.org Git - python/commitdiff
Add old NEWS item
authorAndrew M. Kuchling <amk@amk.ca>
Sat, 23 Feb 2008 17:14:23 +0000 (17:14 +0000)
committerAndrew M. Kuchling <amk@amk.ca>
Sat, 23 Feb 2008 17:14:23 +0000 (17:14 +0000)
Misc/NEWS

index accb4d7969bb5d39ad0e42a33a697f842606a4de..774ec69a081ca7aa2a1ca93fe68f84b31b179045 100644 (file)
--- 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.