Message297157
| Author | louielu |
|---|---|
| Recipients | Mark, eryksun, louielu, martin.panter, njs, terry.reedy |
| Date | 2017-06-28.06:29:09 |
| SpamBayes Score | -1.0 |
| Marked as misclassified | Yes |
| Message-id | <1498631349.85.0.0841635497398.issue29926@psf.upfronthosting.co.za> |
| In-reply-to |
| Content | |
|---|---|
Other operation which will block the process will do the same as time.sleep(), too.
>>> import socket
>>> s = socket.socket(socket.AF_INET, socket.SOCK_DGRAM)
>>> s.bind(('', 25000))
>>> s.recv(100)
<Control-C>
IDLE will ignore this control-c, too. |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2017-06-28 06:29:09 | louielu | set | recipients: + louielu, terry.reedy, njs, martin.panter, Mark, eryksun |
| 2017-06-28 06:29:09 | louielu | set | messageid: <1498631349.85.0.0841635497398.issue29926@psf.upfronthosting.co.za> |
| 2017-06-28 06:29:09 | louielu | link | issue29926 messages |
| 2017-06-28 06:29:09 | louielu | create | |