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 Yury.Selivanov, alex, asvetlov, eric.araujo, ncoghlan, rndblnch
Date 2011-06-30.11:25:40
SpamBayes Score 1.3216882e-07
Marked as misclassified No
Message-id <1309433141.0.0.775499030842.issue11682@psf.upfronthosting.co.za>
In-reply-to
Content
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.
History
Date User Action Args
2011-06-30 11:25:41ncoghlansetrecipients: + ncoghlan, rndblnch, eric.araujo, alex, asvetlov, Yury.Selivanov
2011-06-30 11:25:41ncoghlansetmessageid: <1309433141.0.0.775499030842.issue11682@psf.upfronthosting.co.za>
2011-06-30 11:25:40ncoghlanlinkissue11682 messages
2011-06-30 11:25:40ncoghlancreate