]> granicus.if.org Git - python/commit
Issue #15482: Properly document the default 'level' parameter for
authorBrett Cannon <brett@python.org>
Mon, 6 Aug 2012 00:46:25 +0000 (20:46 -0400)
committerBrett Cannon <brett@python.org>
Mon, 6 Aug 2012 00:46:25 +0000 (20:46 -0400)
commit9b000e7a6835e8f1899276be1d2dfebb651ce42b
tree8ed842957eb0d1119a4e8f2d9073b4bf8e5d3178
parent03e2180b3f5c8fbbbf26e8ffc168ddf6269aba02
Issue #15482: Properly document the default 'level' parameter for
__import__().

To help explain why the -1 default value is typically not seen, a note
about how import statements only use values of >= 0 is also noted.
Doc/library/functions.rst
Misc/NEWS