Antoine Pitrou <pit...@free.fr> added the comment: Just a nit but: "if timeout and 0 < timeout"
Could you use the usual coding style? ("if timeout and timeout > 0") Putting constants on the left-side of comparisons is pointless in Python, and even in C it's quite ugly and surprising. ---------- nosy: +pitrou _______________________________________ Python tracker <rep...@bugs.python.org> <http://bugs.python.org/issue11727> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com