]> granicus.if.org Git - python/commit
Issue #15508: Fix the docstring for __import__ to not mention negative
authorBrett Cannon <brett@python.org>
Mon, 30 Jul 2012 21:45:54 +0000 (17:45 -0400)
committerBrett Cannon <brett@python.org>
Mon, 30 Jul 2012 21:45:54 +0000 (17:45 -0400)
commit722d3aec2eef7228c03ee12c53c75bb090c069e0
treed560b6a044964068780571617f30628aca3df6e1
parent504ba313fc081966b721a4e697dffc13840b9e69
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.
Misc/NEWS
Python/bltinmodule.c