Message206991
| Author | serhiy.storchaka |
|---|---|
| Recipients | Dolda2000, benjamin.peterson, hynek, pitrou, r.david.murray, serhiy.storchaka, stutzbach |
| Date | 2013-12-27.13:03:56 |
| SpamBayes Score | -1.0 |
| Marked as misclassified | Yes |
| Message-id | <1938721.BRsFbur4G7@raxxla> |
| In-reply-to | <1388130542.6.0.716968699634.issue20074@psf.upfronthosting.co.za> |
| Content | |
|---|---|
> >>> import io
> >>> io.TextIOWrapper(open("/dev/tty", "rb+"))
>
> Traceback (most recent call last):
> File "<stdin>", line 1, in <module>
> io.UnsupportedOperation: File or stream is not seekable.
buffering=0 |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2013-12-27 13:03:57 | serhiy.storchaka | set | recipients: + serhiy.storchaka, pitrou, benjamin.peterson, stutzbach, r.david.murray, hynek, Dolda2000 |
| 2013-12-27 13:03:56 | serhiy.storchaka | link | issue20074 messages |
| 2013-12-27 13:03:56 | serhiy.storchaka | create | |