R. David Murray <[email protected]> added the comment: 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. ---------- _______________________________________ Python tracker <[email protected]> <http://bugs.python.org/issue8424> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com
