[issue8836] Conflicting default values of parameter to __import__

2010-05-27 Thread Benjamin Peterson
Benjamin Peterson added the comment: Fixed in r81572. -- nosy: +benjamin.peterson resolution: -> fixed status: open -> closed ___ Python tracker ___

[issue8836] Conflicting default values of parameter to __import__

2010-05-27 Thread Anthony Foglia
New submission from Anthony Foglia : Looking at the documentation for the __import__ builtin, the default value of the level parameter is unclear. Two different values are mentioned. The function signature is written: __import__(name, globals={}, locals={}, fromlist=[], level=-1) But the th