commit | 68b8a94c9107d086e4094e3395a335a65f184591 | [log] [tgz] |
---|---|---|
author | Serhiy Storchaka <storchaka@gmail.com> | Wed Feb 26 20:59:08 2014 +0200 |
committer | Serhiy Storchaka <storchaka@gmail.com> | Wed Feb 26 20:59:08 2014 +0200 |
tree | 82921d4fd3934b8e3ea47a111edda365a775b587 | |
parent | 17a4322d09ad73e2a469d64adb46ffe6ba43eb5d [diff] [blame] |
Issue #20501: fileinput module no longer reads whole file into memory when using fileinput.hook_encoded.
diff --git a/Misc/NEWS b/Misc/NEWS index 49d1630..02175d0 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -40,6 +40,9 @@ Library ------- +- Issue #20501: fileinput module no longer reads whole file into memory when using + fileinput.hook_encoded. + - Issue #6815: os.path.expandvars() now supports non-ASCII Unicode environment variables names and values.