Teodor Georgiev <[email protected]> added the comment:
Sorry, I forgot to mention - I have already tried to return False, but there
was no difference.
def readable(self):
if time.time() >= self.timeout:
self.close()
return False
else:
return True
----------
resolution: invalid ->
status: closed -> open
_______________________________________
Python tracker <[email protected]>
<http://bugs.python.org/issue10878>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe:
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com