diff options
author | Brett Cannon <bcannon@gmail.com> | 2007-10-12 19:18:19 (GMT) |
---|---|---|
committer | Brett Cannon <bcannon@gmail.com> | 2007-10-12 19:18:19 (GMT) |
commit | e9fd23165cd7c52e3a7719010e50c9ea154e8e1d (patch) | |
tree | c9f910a63ec77d54868d9907e01d7fa4bde6e7dc /Misc | |
parent | 5c5f1703e558c9308c9d305f7927bf92e0180c31 (diff) | |
download | cpython-e9fd23165cd7c52e3a7719010e50c9ea154e8e1d.zip cpython-e9fd23165cd7c52e3a7719010e50c9ea154e8e1d.tar.gz cpython-e9fd23165cd7c52e3a7719010e50c9ea154e8e1d.tar.bz2 |
Make _load_testfile() use its encoding argument when __loader__ is defined.
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -14,6 +14,14 @@ Extension Modules - The `hotshot` profiler has been removed; use `cProfile` instead. +Library +------- + +- When loading an external file using testfile(), the passed-in encoding + argument was being ignored if __loader__ is defined and forcing the source to + be UTF-8. + + What's New in Python 3.0a1? ========================== |