diff options
author | Georg Brandl <georg@python.org> | 2006-02-19 13:22:58 +0000 |
---|---|---|
committer | Georg Brandl <georg@python.org> | 2006-02-19 13:22:58 +0000 |
commit | fc1022858c34e6ca8b61976d0f13ce0f5b0f1218 (patch) | |
tree | 5c19636ab027a4797ed6b58da6949ed1c83b136c | |
parent | 044d2ce37c08f542c2c4f8b0ee4582ff06cbfb68 (diff) | |
download | cpython-git-fc1022858c34e6ca8b61976d0f13ce0f5b0f1218.tar.gz |
Make clear that patch #1336582 wasn't a new feature.
-rw-r--r-- | Misc/NEWS | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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. |