[issue21316] mark test_devpoll to be meaningfull only for Solaris

Aapo Rantalainen report at bugs.python.org
Sun Apr 20 20:36:52 CEST 2014


New submission from Aapo Rantalainen:

[ 96/389/2] test_devpoll
Actual happened:
 test_devpoll skipped -- select.devpoll not defined
Excepted:
 test works only on Solaris


Took me a while until I read documentation: 
 select.devpoll()
  ->     (Only supported on Solaris and derivatives.)

Even test itself, test_devpoll.py, doesn't mention it is only for Solaris.

----------
components: Tests
messages: 216913
nosy: AapoRantalainen
priority: normal
severity: normal
status: open
title: mark test_devpoll to be meaningfull only for Solaris
type: enhancement
versions: Python 3.4

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


More information about the Python-bugs-list mailing list