Add old NEWS item

This commit is contained in:
Andrew M. Kuchling 2008-02-23 17:14:23 +00:00
parent 403d59597e
commit b66dc46ee0
1 changed files with 3 additions and 0 deletions

View File

@ -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.