[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 rais

[issue4468] Restore chapter enumeration in Python docs

2008-11-30 Thread Kay Schluehr
New submission from Kay Schluehr <[EMAIL PROTECTED]>: Request for restoring chapter enumeration in the Python docs for Python 2.6 and newer releases. In the new style Sphinx documentation for Python the enumeration of sections and subsections has been dropped. This is highly unusual