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 ncoghlan
Recipients aliles, asvetlov, flox, ncoghlan, pitrou, python-dev, vstinner
Date 2012-08-20.14:50:02
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1345474223.96.0.482928962085.issue12643@psf.upfronthosting.co.za>
In-reply-to
Content
The patch also adds a test suite for the code module, in order to demonstrate that the issue is actually fixed.

However, due to the interactive nature of the component, the new tests rely on unittest.mock. Backporting the test suite would mean eliminating that dependency (which is doable, but somewhat tedious).

So we can either leave the issue open, indicating that a backport of the tests and change to 2.7 (and perhaps 3.2) is still acceptable, or else declare that we aren't going to worry about that and just leave this as something that is only supported properly in 3.3+
History
Date User Action Args
2012-08-20 14:50:24ncoghlansetrecipients: + ncoghlan, pitrou, vstinner, asvetlov, flox, python-dev, aliles
2012-08-20 14:50:23ncoghlansetmessageid: <1345474223.96.0.482928962085.issue12643@psf.upfronthosting.co.za>
2012-08-20 14:50:02ncoghlanlinkissue12643 messages
2012-08-20 14:50:02ncoghlancreate