This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author mark.dickinson
Recipients mark.dickinson
Date 2010-06-30.19:35:03
SpamBayes Score 8.0509875e-05
Marked as misclassified No
Message-id <1277926504.35.0.762014763993.issue9130@psf.upfronthosting.co.za>
In-reply-to
Content
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)
History
Date User Action Args
2010-06-30 19:35:04mark.dickinsonsetrecipients: + mark.dickinson
2010-06-30 19:35:04mark.dickinsonsetmessageid: <1277926504.35.0.762014763993.issue9130@psf.upfronthosting.co.za>
2010-06-30 19:35:03mark.dickinsonlinkissue9130 messages
2010-06-30 19:35:03mark.dickinsoncreate