commit | 9b000e7a6835e8f1899276be1d2dfebb651ce42b | [log] [tgz] |
---|---|---|
author | Brett Cannon <brett@python.org> | Sun Aug 05 20:46:25 2012 -0400 |
committer | Brett Cannon <brett@python.org> | Sun Aug 05 20:46:25 2012 -0400 |
tree | 8ed842957eb0d1119a4e8f2d9073b4bf8e5d3178 | |
parent | 03e2180b3f5c8fbbbf26e8ffc168ddf6269aba02 [diff] |
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.