From: Brett Cannon Date: Mon, 6 Aug 2012 00:49:53 +0000 (-0400) Subject: Issue #15482: Merge 78449:3fe01f7520e2 with a minor clarification. X-Git-Tag: v3.3.0b2~26 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=222d473df4fba60a6b1135920d144991e0a9b5a1;p=thirdparty%2FPython%2Fcpython.git Issue #15482: Merge 78449:3fe01f7520e2 with a minor clarification. --- 222d473df4fba60a6b1135920d144991e0a9b5a1 diff --cc Doc/library/functions.rst index 3f56621360ea,5d6a5fed0aa7..e7ee51b330f2 --- a/Doc/library/functions.rst +++ b/Doc/library/functions.rst @@@ -1506,9 -1474,6 +1506,10 @@@ are always available. They are listed If you simply want to import a module (potentially within a package) by name, use :func:`importlib.import_module`. + .. versionchanged:: 3.3 - Negative values for *level* are no longer supported. ++ Negative values for *level* are no longer supported (which also changes ++ the default value to 0). + .. rubric:: Footnotes