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 barry
Recipients barry, benjamin.peterson
Date 2011-10-07.18:38:12
SpamBayes Score 0.0022898566
Marked as misclassified No
Message-id <1318012693.65.0.29583104397.issue13125@psf.upfronthosting.co.za>
In-reply-to
Content
In working on issue 11250, I noticed that lib2to3's test_parser.py tests were not enabled.  Fixing that was easy enough, but then test_all_project_files() in TestParserIdempotency began failing.  I've shaved enough yaks for the day so I am going to leave test_parser enabled but mark test_all_project_files() with @expectedFailure.

Note that there are a number of failures here. There are two ParseErrors, one in main.py and one in pytree_idempotency.py.  These both seem to fail on print(..., file=foo).  After that, bom.py fails idempotency because the BOM does not show up in the converted file.
History
Date User Action Args
2011-10-07 18:38:13barrysetrecipients: + barry, benjamin.peterson
2011-10-07 18:38:13barrysetmessageid: <1318012693.65.0.29583104397.issue13125@psf.upfronthosting.co.za>
2011-10-07 18:38:13barrylinkissue13125 messages
2011-10-07 18:38:12barrycreate