Message198064
| Author | damiro |
|---|---|
| Recipients | damiro |
| Date | 2013-09-19.13:00:44 |
| SpamBayes Score | -1.0 |
| Marked as misclassified | Yes |
| Message-id | <1379595644.52.0.586116970797.issue19050@psf.upfronthosting.co.za> |
| In-reply-to |
| Content | |
|---|---|
the correct snippet is:
> fd = io.open(sys.stdout.fileno(), 'wb')
> fd.close()
> sys.stdout.write("now writing on stdout will cause a crash") |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2013-09-19 13:00:44 | damiro | set | recipients: + damiro |
| 2013-09-19 13:00:44 | damiro | set | messageid: <1379595644.52.0.586116970797.issue19050@psf.upfronthosting.co.za> |
| 2013-09-19 13:00:44 | damiro | link | issue19050 messages |
| 2013-09-19 13:00:44 | damiro | create | |