[issue4647] Builtin parser module fails to parse relative imports

2008-12-12 Thread Benjamin Peterson
Benjamin Peterson added the comment: This has been fixed in 2.6.1 and will be in 2.5.3. -- nosy: +benjamin.peterson resolution: -> out of date status: open -> closed ___ Python tracker

[issue4647] Builtin parser module fails to parse relative imports

2008-12-12 Thread Kay Schluehr
New submission from Kay Schluehr : I've added the following test method: test_parser.py -- class RoundtripLegalSyntaxTestCase(unittest.TestCase): def test_relative_import_statement(self): self.check_suite("from . import sys") The test fails raising the message: Traceb