summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Misc/NEWS2
1 files changed, 1 insertions, 1 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 02f49aecc8..ff76eb672a 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.