From: Georg Brandl Date: Sun, 19 Feb 2006 13:22:58 +0000 (+0000) Subject: Make clear that patch #1336582 wasn't a new feature. X-Git-Tag: v2.4.3c1~68 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=fc1022858c34e6ca8b61976d0f13ce0f5b0f1218;p=thirdparty%2FPython%2Fcpython.git Make clear that patch #1336582 wasn't a new feature. --- diff --git a/Misc/NEWS b/Misc/NEWS index 02f49aecc8b7..ff76eb672afd 100644 --- a/Misc/NEWS +++ b/Misc/NEWS @@ -74,7 +74,7 @@ Extension Modules Library ------- -- Patch #1337756: fileinput now accepts Unicode filenames. +- Patch #1337756: fileinput now handles Unicode filenames correctly. - Patch #1373643: The chunk module can now read chunks larger than two gigabytes.