R. David Murray <rdmur...@bitdance.com> added the comment:

I haven't reviewed the whole patch, but I would suggest that instead of making 
a test_support.skip_if_no (or any other name), you use use 
@unittest.skipUnless(threading) (note that lack of quotes around 
threading...you seem to already be getting it defined correctly in all the 
modules I scaned).  That's what other test modules do in similar situations.

----------
versions:  -Python 3.1

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

Reply via email to