Message258769
SpooledTemporaryFile does not fully satisfy the abstract for IOBase.
Namely, `seekable`, `readable`, and `writable` are missing.
This was discovered when seeking a SpooledTemporaryFile-backed lzma file.
You may quickly repro this:
`lzma.open(SpooledTemporaryFile()).seek(0)` |
|
Date |
User |
Action |
Args |
2016-01-21 21:54:34 | Gary Fernie | set | recipients:
+ Gary Fernie |
2016-01-21 21:54:34 | Gary Fernie | set | messageid: <1453413274.25.0.536987988375.issue26175@psf.upfronthosting.co.za> |
2016-01-21 21:54:34 | Gary Fernie | link | issue26175 messages |
2016-01-21 21:54:34 | Gary Fernie | create | |
|