[issue21316] mark test_devpoll to be meaningful only for Solaris

2014-05-05 Thread R. David Murray
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

[issue21316] mark test_devpoll to be meaningful only for Solaris

2014-04-29 Thread Jesús Cea Avión
Changes by Jesús Cea Avión : -- resolution: -> fixed stage: -> resolved status: open -> closed type: enhancement -> ___ Python tracker ___

[issue21316] mark test_devpoll to be meaningful only for Solaris

2014-04-29 Thread Roundup Robot
Roundup Robot added the comment: New changeset cc2345e6e9ff by Jesus Cea in branch '3.4': Closes issue #21316: mark test_devpoll to be meaningfull only for Solaris http://hg.python.org/cpython/rev/cc2345e6e9ff New changeset 825c67196aac by Jesus Cea in branch 'default': MERGE: Closes issue #2131

[issue21316] mark test_devpoll to be meaningful only for Solaris

2014-04-29 Thread Jesús Cea Avión
Jesús Cea Avión added the comment: Thanks for the head-up!!. Can you compile new version and try it out?. -- ___ Python tracker ___ __

[issue21316] mark test_devpoll to be meaningful only for Solaris

2014-04-29 Thread Jesús Cea Avión
Changes by Jesús Cea Avión : -- assignee: -> jcea nosy: +jcea title: mark test_devpoll to be meaningfull only for Solaris -> mark test_devpoll to be meaningful only for Solaris versions: +Python 3.5 ___ Python tracker