Message240939
| Author | raulcd |
|---|---|
| Recipients | exarkun, giampaolo.rodola, lekma, neologix, nvetoshkin, pitrou, r.david.murray, raulcd, vstinner |
| Date | 2015-04-14.16:36:35 |
| SpamBayes Score | -1.0 |
| Marked as misclassified | Yes |
| Message-id | <1429029395.21.0.485174597346.issue21327@psf.upfronthosting.co.za> |
| In-reply-to |
| Content | |
|---|---|
Forget my previous comment. Done with Linux and had the initial behavior again: >>> s = socket.socket() >>> s.type <SocketType.SOCK_STREAM: 1> >>> s.settimeout(2) >>> s.type 2049 |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2015-04-14 16:36:35 | raulcd | set | recipients: + raulcd, exarkun, pitrou, vstinner, giampaolo.rodola, r.david.murray, lekma, nvetoshkin, neologix |
| 2015-04-14 16:36:35 | raulcd | set | messageid: <1429029395.21.0.485174597346.issue21327@psf.upfronthosting.co.za> |
| 2015-04-14 16:36:35 | raulcd | link | issue21327 messages |
| 2015-04-14 16:36:35 | raulcd | create | |