This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author pitrou
Recipients pitrou, vstinner
Date 2011-03-31.11:59:55
SpamBayes Score 0.0074256347
Marked as misclassified No
Message-id <1301572796.73.0.510233127711.issue11727@psf.upfronthosting.co.za>
In-reply-to
Content
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.
History
Date User Action Args
2011-03-31 11:59:56pitrousetrecipients: + pitrou, vstinner
2011-03-31 11:59:56pitrousetmessageid: <1301572796.73.0.510233127711.issue11727@psf.upfronthosting.co.za>
2011-03-31 11:59:56pitroulinkissue11727 messages
2011-03-31 11:59:55pitroucreate