]> granicus.if.org Git - python/commitdiff
Add an explicit mention of a backwards-incompatible fix that importlib implicitly...
authorBrett Cannon <brett@python.org>
Mon, 16 Apr 2012 15:35:55 +0000 (11:35 -0400)
committerBrett Cannon <brett@python.org>
Mon, 16 Apr 2012 15:35:55 +0000 (11:35 -0400)
Misc/NEWS

index 4293a1ca97a44eb01b960caf66f7d763340559e9..54da24dac11f408a630e3802197e5005757760a7 100644 (file)
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -21,6 +21,9 @@ Core and Builtins
   any of the dtoa.c string <-> float conversion functions, on MSVC builds of
   Python.  This fixes issues when embedding Python in a Delphi app.
 
+- __import__() now matches PEP 328 and documentation by defaulting 'index' to 0
+  instead of -1 and removing support for negative values.
+
 - Issue #2377: Make importlib the implementation of __import__().
 
 - Issue #1559549: ImportError now has 'name' and 'path' attributes that are set