| commit | 722d3aec2eef7228c03ee12c53c75bb090c069e0 | [log] [tgz] |
|---|---|---|
| author | Brett Cannon <brett@python.org> | Mon Jul 30 17:45:54 2012 -0400 |
| committer | Brett Cannon <brett@python.org> | Mon Jul 30 17:45:54 2012 -0400 |
| tree | d560b6a044964068780571617f30628aca3df6e1 | |
| parent | 504ba313fc081966b721a4e697dffc13840b9e69 [diff] |
Issue #15508: Fix the docstring for __import__ to not mention negative 'level' values and set its document default value to 0. Thanks to Arfrever Frehtes Taifersar Arahesis for filing the bug.