[issue11682] PEP 380 reference implementation for 3.3

Nick Coghlan report at bugs.python.org
Thu Jun 30 13:25:41 CEST 2011


Nick Coghlan <ncoghlan at gmail.com> added the comment:

Renaud has updated the patch on bitbucket to incorporate Greg's tests (still in golden output form, but in a unittest/regrtest compatible way). That's a good enough starting point for me - they can be refactored into proper assert based tests later.

The only tweak needed is to explicitly save and restore stdout and stderr, since restoring the OS level ones often does the wrong thing when running the regression test suite.

----------

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue11682>
_______________________________________


More information about the Python-bugs-list mailing list