From: Andrew M. Kuchling Date: Tue, 19 Oct 2004 19:55:35 +0000 (+0000) Subject: Add item X-Git-Tag: v2.3.5c1~92 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=36745d0fd0b2a065c94c68d47ce4f90cd0406afe;p=thirdparty%2FPython%2Fcpython.git Add item --- diff --git a/Misc/NEWS b/Misc/NEWS index f598834bf13b..5b88a74fc1fa 100644 --- a/Misc/NEWS +++ b/Misc/NEWS @@ -120,6 +120,8 @@ Library - Bug #902501: fix unicode value of CYRILLIC CAPITAL LETTER UKRAINIAN IE in KOI8-U to unicode convertion table. +- Bug #1048816: fix bug in Ctrl-K at start of line in curses.textpad.Textbox + Tools/Demos -----------