Add item
authorAndrew M. Kuchling <amk@amk.ca>
Tue, 19 Oct 2004 19:54:41 +0000 (19:54 +0000)
committerAndrew M. Kuchling <amk@amk.ca>
Tue, 19 Oct 2004 19:54:41 +0000 (19:54 +0000)
Misc/NEWS

index ebd0ba513e32344d10aa41526b924ea97d821f56..0dd0aae87c71558625d528ce57c1d54c1b67cbd5 100644 (file)
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -25,6 +25,8 @@ Library
 - Bug #1045381: time.strptime() can now infer the date using %U or %W (week of
   the year) when the day of the week and year are also specified.
 
+- Bug #1048816: fix bug in Ctrl-K at start of line in curses.textpad.Textbox
+
 Build
 -----