[issue9130] Parser module fails on short relative imports

Mark Dickinson report at bugs.python.org
Sun Jul 4 20:19:40 CEST 2010


Mark Dickinson <dickinsm at gmail.com> added the comment:

Fixed in revisions r82543, r82546, r82552, r82553, r82554.

Leaving open because I'm suspicious that the parser module isn't handling relative imports with more than three dots correctly in py3k (since ... gets parsed as an ellipsis token).

----------

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


More information about the Python-bugs-list mailing list