From: Andrew M. Kuchling Date: Sat, 23 Feb 2008 17:14:23 +0000 (+0000) Subject: Add old NEWS item X-Git-Tag: v2.5.3c1~143 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=b66dc46ee0c9eefcd15fbc41c8652a7d50102996;p=thirdparty%2FPython%2Fcpython.git Add old NEWS item --- diff --git a/Misc/NEWS b/Misc/NEWS index accb4d7969bb..774ec69a081c 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.