[issue9130] Parser module fails on short relative imports

Mark Dickinson report at bugs.python.org
Wed Jun 30 21:35:04 CEST 2010


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

With this patch, and the one in issue 9128, the parser module roundtrips correctly on all Lib/*.py and all Lib/test/*.py files (except for Lib/test/bad*.py).  Tested by doing:

./python.exe Demo/parser/test_parser.py Lib/*.py

and

./python.exe Demo/parser/test_parser.py Lib/test/*.py

(the latter after deleting the Lib/test/bad*.py files)

----------

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


More information about the Python-bugs-list mailing list