Nick Coghlan added the comment:

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+

----------
versions:  -Python 3.3

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue12643>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to