Message 258769 - Python tracker

Message258769

Author Gary Fernie
Recipients Gary Fernie
Date 2016-01-21.21:54:34
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1453413274.25.0.536987988375.issue26175@psf.upfronthosting.co.za>
In-reply-to
Content
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)`
History
Date User Action Args
2016-01-21 21:54:34Gary Ferniesetrecipients: + Gary Fernie
2016-01-21 21:54:34Gary Ferniesetmessageid: <1453413274.25.0.536987988375.issue26175@psf.upfronthosting.co.za>
2016-01-21 21:54:34Gary Fernielinkissue26175 messages
2016-01-21 21:54:34Gary Ferniecreate