This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author brett.cannon
Recipients brett.cannon, eric.smith
Date 2010-06-28.22:48:30
SpamBayes Score 0.15149269
Marked as misclassified No
Message-id <1277765312.25.0.360839332572.issue9109@psf.upfronthosting.co.za>
In-reply-to
Content
Having level=-1 doesn't even work in Python 3 like it did in Python 2 (it seems to just act as if level is 0), so yes the -1 code can be removed. Probably need all values less than 0 to get rounded up to 0 for backwards-compatibility with Python 2.x code which calls __import__ directly.
History
Date User Action Args
2010-06-28 22:48:32brett.cannonsetrecipients: + brett.cannon, eric.smith
2010-06-28 22:48:32brett.cannonsetmessageid: <1277765312.25.0.360839332572.issue9109@psf.upfronthosting.co.za>
2010-06-28 22:48:30brett.cannonlinkissue9109 messages
2010-06-28 22:48:30brett.cannoncreate