Issue #15482: Merge 78449:3fe01f7520e2 with a minor clarification.

This commit is contained in:
Brett Cannon 2012-08-05 20:49:53 -04:00
commit 222d473df4
1 changed files with 2 additions and 1 deletions

View File

@ -1507,7 +1507,8 @@ are always available. They are listed here in alphabetical order.
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