From 75babfa886168b5d8f5a9bda25d35c80dff775ed Mon Sep 17 00:00:00 2001 From: Brett Cannon Date: Mon, 16 Apr 2012 11:35:55 -0400 Subject: Add an explicit mention of a backwards-incompatible fix that importlib implicitly fixed. --- Misc/NEWS | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Misc/NEWS b/Misc/NEWS index 4293a1c..54da24d 100644 --- 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 -- cgit v0.12