Message206983
Python 3.3.3 (default, Dec 8 2013, 14:51:59)
[GCC 4.8.2] on linux
Type "help", "copyright", "credits" or "license" for more information.
>>> 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.
Was this also fixed in 3.4? |
|
Date |
User |
Action |
Args |
2013-12-27 07:49:02 | Dolda2000 | set | recipients:
+ Dolda2000, pitrou, benjamin.peterson, stutzbach, r.david.murray, hynek, serhiy.storchaka |
2013-12-27 07:49:02 | Dolda2000 | set | messageid: <1388130542.6.0.716968699634.issue20074@psf.upfronthosting.co.za> |
2013-12-27 07:49:02 | Dolda2000 | link | issue20074 messages |
2013-12-27 07:49:02 | Dolda2000 | create | |
|