This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

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:57serhiy.storchakasetrecipients: + serhiy.storchaka, pitrou, benjamin.peterson, stutzbach, r.david.murray, hynek, Dolda2000
2013-12-27 13:03:56serhiy.storchakalinkissue20074 messages
2013-12-27 13:03:56serhiy.storchakacreate