summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGeorg Brandl <georg@python.org>2006-02-19 13:22:58 +0000
committerGeorg Brandl <georg@python.org>2006-02-19 13:22:58 +0000
commitfc1022858c34e6ca8b61976d0f13ce0f5b0f1218 (patch)
tree5c19636ab027a4797ed6b58da6949ed1c83b136c
parent044d2ce37c08f542c2c4f8b0ee4582ff06cbfb68 (diff)
downloadcpython-git-fc1022858c34e6ca8b61976d0f13ce0f5b0f1218.tar.gz
Make clear that patch #1336582 wasn't a new feature.
-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.