mirror of
https://github.com/python/cpython.git
synced 2025-09-25 17:59:57 +00:00
Reword entry, not sure I made it much better though.
This commit is contained in:
parent
61390fd884
commit
3fc15b8ba4
1 changed files with 2 additions and 3 deletions
|
@ -12,9 +12,8 @@ What's New in Python 2.6 alpha 1?
|
||||||
Core and builtins
|
Core and builtins
|
||||||
-----------------
|
-----------------
|
||||||
|
|
||||||
- Bug #1776: __import__ must not accept filenames. Python 2.6 does no longer
|
- Bug #1776: __import__() no longer accepts filenames on any platform.
|
||||||
support module loading by filename. It worked on some system by coincident
|
The first parameter to __import__() must be a valid module name.
|
||||||
but it was never intended to work.
|
|
||||||
|
|
||||||
- Patch #1668: renamed THREADDEBUG envvar to PYTHONTHREADDEBUG.
|
- Patch #1668: renamed THREADDEBUG envvar to PYTHONTHREADDEBUG.
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue