[issue21316] mark test_devpoll to be meaningful only for Solaris

R. David Murray report at bugs.python.org
Mon May 5 22:44:33 CEST 2014


R. David Murray added the comment:

There's no pressing reason to revisit this, but...I think it would be better to say "works only on systems that support devpoll (ie: Solaris and derivatives)"  Also, as long as you are changing the try/except, you could use skipUnless(hasattr(select, 'devpoll'), ...) instead of an if.

----------
nosy: +r.david.murray

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


More information about the Python-bugs-list mailing list