summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorGeorg Brandl <georg@python.org>2006-02-19 09:51:27 (GMT)
committerGeorg Brandl <georg@python.org>2006-02-19 09:51:27 (GMT)
commite466217ab954c5a53fc2e0b78876385362120900 (patch)
treef325d50baeb8488a113024c10494d50874d3f4ec /Misc
parente9b1949f70ff985e17e1ce5592b59073d101bbab (diff)
downloadcpython-e466217ab954c5a53fc2e0b78876385362120900.zip
cpython-e466217ab954c5a53fc2e0b78876385362120900.tar.gz
cpython-e466217ab954c5a53fc2e0b78876385362120900.tar.bz2
Patch #1337756: fileinput now accepts Unicode filenames.
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 9f92bf4..47bb57a 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -366,6 +366,8 @@ Extension Modules
Library
-------
+- Patch #1337756: fileinput now accepts Unicode filenames.
+
- Patch #1373643: The chunk module can now read chunks larger than
two gigabytes.