diff options
author | Neal Norwitz <nnorwitz@gmail.com> | 2008-01-10 05:42:58 (GMT) |
---|---|---|
committer | Neal Norwitz <nnorwitz@gmail.com> | 2008-01-10 05:42:58 (GMT) |
commit | 3fc15b8ba49ffcbda6da78b8ca2b67b358df61f2 (patch) | |
tree | 2311126d6b1b420f003948d10d6990e6bbe35d4b /Misc | |
parent | 61390fd884dd4ec10f8bc3ddfbb5e97c9a07db96 (diff) | |
download | cpython-3fc15b8ba49ffcbda6da78b8ca2b67b358df61f2.zip cpython-3fc15b8ba49ffcbda6da78b8ca2b67b358df61f2.tar.gz cpython-3fc15b8ba49ffcbda6da78b8ca2b67b358df61f2.tar.bz2 |
Reword entry, not sure I made it much better though.
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 5 |
1 files changed, 2 insertions, 3 deletions
@@ -12,9 +12,8 @@ What's New in Python 2.6 alpha 1? Core and builtins ----------------- -- Bug #1776: __import__ must not accept filenames. Python 2.6 does no longer - support module loading by filename. It worked on some system by coincident - but it was never intended to work. +- Bug #1776: __import__() no longer accepts filenames on any platform. + The first parameter to __import__() must be a valid module name. - Patch #1668: renamed THREADDEBUG envvar to PYTHONTHREADDEBUG. |