[issue14592] old-style (level=-1) importing broken after importlib changes

Brett Cannon report at bugs.python.org
Mon Apr 16 17:32:26 CEST 2012


Brett Cannon <brett at python.org> added the comment:

I should also mention that the support for -1 indexing in Python 3 was weird because support was partially removed, but some 'if' checks only did ``< 1`` and so negative indices didn't trigger an error.

----------

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue14592>
_______________________________________


More information about the Python-bugs-list mailing list