check if there is data in stdin without blocking

Paul Boddie paul at boddie.org.uk
Mon Jan 15 11:02:10 EST 2007


hg wrote:
> import select

[...]

>   File "/home/philippe/Desktop/select.py", line 4, in ?

Consider which module Python is trying to import here: the standard
library select module or your own program?

Paul




More information about the Python-list mailing list