Message165222
| Author | terry.reedy |
|---|---|
| Recipients | loewis, ned.deily, roger.serwy, serhiy.storchaka, terry.reedy |
| Date | 2012-07-11.03:11:11 |
| SpamBayes Score | -1.0 |
| Marked as misclassified | Yes |
| Message-id | <1341976272.16.0.0588233627683.issue15319@psf.upfronthosting.co.za> |
| In-reply-to |
| Content | |
|---|---|
Ah, sys.stdin.readline() works. So the object being proxied has readline (and write and writelines) but not read and readlines. I presume the proxy is in the user process and the actual stdin/out/err objects are in the idle process, interacting with the screen and keyboard via tkinter. Do you know what and where it is, so that we could look at it? |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2012-07-11 03:11:12 | terry.reedy | set | recipients: + terry.reedy, loewis, ned.deily, roger.serwy, serhiy.storchaka |
| 2012-07-11 03:11:12 | terry.reedy | set | messageid: <1341976272.16.0.0588233627683.issue15319@psf.upfronthosting.co.za> |
| 2012-07-11 03:11:11 | terry.reedy | link | issue15319 messages |
| 2012-07-11 03:11:11 | terry.reedy | create | |