diff options
author | Brett Cannon <brett@python.org> | 2012-08-06 00:49:53 (GMT) |
---|---|---|
committer | Brett Cannon <brett@python.org> | 2012-08-06 00:49:53 (GMT) |
commit | 222d473df4fba60a6b1135920d144991e0a9b5a1 (patch) | |
tree | 8a77ddb44804be014c2cdc337b2800a2111531d7 /Doc | |
parent | ecfefb7956c7f7ac63d6ac653e22abe55eac9b60 (diff) | |
parent | 9b000e7a6835e8f1899276be1d2dfebb651ce42b (diff) | |
download | cpython-222d473df4fba60a6b1135920d144991e0a9b5a1.zip cpython-222d473df4fba60a6b1135920d144991e0a9b5a1.tar.gz cpython-222d473df4fba60a6b1135920d144991e0a9b5a1.tar.bz2 |
Issue #15482: Merge 78449:3fe01f7520e2 with a minor clarification.
Diffstat (limited to 'Doc')
-rw-r--r-- | Doc/library/functions.rst | 3 |
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 |