Message 242730 - Python tracker
Message242730
| Author | RadicalZephyr |
|---|---|
| Recipients | RadicalZephyr, docs@python |
| Date | 2015-05-07.20:09:23 |
| SpamBayes Score | -1.0 |
| Marked as misclassified | Yes |
| Message-id | <1431029363.98.0.544658122152.issue22865@psf.upfronthosting.co.za> |
| In-reply-to |
| Content | |
|---|---|
Okay, I just found another way to achieve the same effect of letting the _read function ignore data but not inadvertantly close the stream. It relies on the fact that terminals will ignore null bytes fed to them. Now there are no code changes required, just an addition to the documentation. |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2015-05-07 20:09:24 | RadicalZephyr | set | recipients: + RadicalZephyr, docs@python |
| 2015-05-07 20:09:23 | RadicalZephyr | set | messageid: <1431029363.98.0.544658122152.issue22865@psf.upfronthosting.co.za> |
| 2015-05-07 20:09:23 | RadicalZephyr | link | issue22865 messages |
| 2015-05-07 20:09:23 | RadicalZephyr | create | |