From: Martin v. Löwis Date: Tue, 5 Aug 2003 06:06:18 +0000 (+0000) Subject: List recently-fixed bugs. X-Git-Tag: v2.3.1~191 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=9ea2f80d3bf589934036e215073cf37a95749b9b;p=thirdparty%2FPython%2Fcpython.git List recently-fixed bugs. --- diff --git a/Misc/NEWS b/Misc/NEWS index a7e9bb87f6d3..a6317f83a36f 100644 --- a/Misc/NEWS +++ b/Misc/NEWS @@ -18,9 +18,15 @@ Extension modules Library ------- +- Bug #781065 was fixed: test_normalization is updated to the current + URL of the Unicode 3.2 normalization file. + IDLE ---- +- Bug #774680 was fixed: IDLE now does not fail to save the file anymore + if the Tk buffer is not a Unicode string, yet eol_convention is. + Build -----