Commit c06ae716 authored by Neal Norwitz's avatar Neal Norwitz

Reword entry, not sure I made it much better though.

parent e0f55265
......@@ -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.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment