Message236606
| Author | Vandana.Rao |
|---|---|
| Recipients | Vandana.Rao, docs@python, etuardu, r.david.murray |
| Date | 2015-02-25.17:25:02 |
| SpamBayes Score | -1.0 |
| Marked as misclassified | Yes |
| Message-id | <1424885102.7.0.858874231768.issue13077@psf.upfronthosting.co.za> |
| In-reply-to |
| Content | |
|---|---|
Since the program depends on receiving a raw ^C == 0x03 on stdin, it will never be running under Idle because the Idle process tk gui normally keeps control of keyboard input and the Idle process code intercepts ^C and turns it into KeyboardInterrupt raised in the user process. This is not a bug anymore.It is working fine. |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2015-02-25 17:25:02 | Vandana.Rao | set | recipients: + Vandana.Rao, r.david.murray, docs@python, etuardu |
| 2015-02-25 17:25:02 | Vandana.Rao | set | messageid: <1424885102.7.0.858874231768.issue13077@psf.upfronthosting.co.za> |
| 2015-02-25 17:25:02 | Vandana.Rao | link | issue13077 messages |
| 2015-02-25 17:25:02 | Vandana.Rao | create | |