summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Doc/library/functions.rst3
1 files changed, 2 insertions, 1 deletions
diff --git a/Doc/library/functions.rst b/Doc/library/functions.rst
index 3f56621..e7ee51b 100644
--- a/Doc/library/functions.rst
+++ b/Doc/library/functions.rst
@@ -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