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 r.david.murray
Recipients aimacintyre, eric.smith, gpolo, mark.dickinson, r.david.murray, skrah, vstinner
Date 2010-04-20.15:13:50
SpamBayes Score 4.676088e-08
Marked as misclassified No
Message-id <1271776432.28.0.552832728948.issue8424@psf.upfronthosting.co.za>
In-reply-to
Content
The only reason the freebsd6 skips aren't in py3k is that I wanted to make sure they worked first, and then I was on vacation and haven't gotten to the merge yet.  If you want to merge your patch before I get to it, feel free to merge mine along with yours.

For 2.6 writing to stderr is indeed better (maybe even requried; I forget if the regrtest stdout check is still in 2.6...I think it probably is).

For 2.7/3.x, I think you should raise a unittest.SkipTest instead, so that it will be counted as a skipped test.
History
Date User Action Args
2010-04-20 15:13:52r.david.murraysetrecipients: + r.david.murray, aimacintyre, mark.dickinson, vstinner, eric.smith, gpolo, skrah
2010-04-20 15:13:52r.david.murraysetmessageid: <1271776432.28.0.552832728948.issue8424@psf.upfronthosting.co.za>
2010-04-20 15:13:51r.david.murraylinkissue8424 messages
2010-04-20 15:13:50r.david.murraycreate