diff options
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? ========================== |