]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Make clear that patch #1336582 wasn't a new feature.
authorGeorg Brandl <georg@python.org>
Sun, 19 Feb 2006 13:22:58 +0000 (13:22 +0000)
committerGeorg Brandl <georg@python.org>
Sun, 19 Feb 2006 13:22:58 +0000 (13:22 +0000)
Misc/NEWS

index 02f49aecc8b7b803081b90f2705da6a5667bdc9f..ff76eb672afdde31dcb6400de03e636e43c8d136 100644 (file)
--- 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.