summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorBrett Cannon <bcannon@gmail.com>2007-10-12 19:18:19 (GMT)
committerBrett Cannon <bcannon@gmail.com>2007-10-12 19:18:19 (GMT)
commite9fd23165cd7c52e3a7719010e50c9ea154e8e1d (patch)
treec9f910a63ec77d54868d9907e01d7fa4bde6e7dc /Misc
parent5c5f1703e558c9308c9d305f7927bf92e0180c31 (diff)
downloadcpython-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/NEWS8
1 files changed, 8 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index ba37891..749b94c 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -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?
==========================