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 zach.ware
Recipients zach.ware
Date 2014-08-08.14:08:00
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1407506881.47.0.548658817568.issue22173@psf.upfronthosting.co.za>
In-reply-to
Content
The attached patch updates lib2to3.tests and the test.test_lib2to3 script to use test discovery.  It also re-enables lib2to3.tests.test_all_fixers with a "cpu" resource guard.  That test has been failing since at least 3.2, but was never run anyway.  To allow it to pass, the patch adds "from __future__ import print_function" to lib2to3.main and lib2to3.tests.pytree_idempotency.
History
Date User Action Args
2014-08-08 14:08:01zach.waresetrecipients: + zach.ware
2014-08-08 14:08:01zach.waresetmessageid: <1407506881.47.0.548658817568.issue22173@psf.upfronthosting.co.za>
2014-08-08 14:08:01zach.warelinkissue22173 messages
2014-08-08 14:08:01zach.warecreate