commit | b66dc46ee0c9eefcd15fbc41c8652a7d50102996 | [log] [tgz] |
---|---|---|
author | Andrew M. Kuchling <amk@amk.ca> | Sat Feb 23 17:14:23 2008 +0000 |
committer | Andrew M. Kuchling <amk@amk.ca> | Sat Feb 23 17:14:23 2008 +0000 |
tree | f577fb7a57ebc84f14e5699d9013c54b1cc37dc8 | |
parent | 403d59597ef711f025773cfb469e90c1d52ebe26 [diff] [blame] |
Add old NEWS item
diff --git a/Misc/NEWS b/Misc/NEWS index accb4d7..774ec69 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -102,6 +102,9 @@ 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.