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