From: Andrew M. Kuchling Date: Tue, 19 Oct 2004 19:54:41 +0000 (+0000) Subject: Add item X-Git-Tag: v2.4b2~81 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=0d19bae30ea501a567754d13100a26ceae6ca3e1;p=thirdparty%2FPython%2Fcpython.git Add item --- diff --git a/Misc/NEWS b/Misc/NEWS index ebd0ba513e32..0dd0aae87c71 100644 --- 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 -----