Brett Cannon <br...@python.org> added the comment:

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.

----------
versions: +Python 3.2 -Python 3.3

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue9109>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to