Message 132654 - Python tracker
Message132654
| 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:56 | pitrou | set | recipients: + pitrou, vstinner |
| 2011-03-31 11:59:56 | pitrou | set | messageid: <1301572796.73.0.510233127711.issue11727@psf.upfronthosting.co.za> |
| 2011-03-31 11:59:56 | pitrou | link | issue11727 messages |
| 2011-03-31 11:59:55 | pitrou | create | |