[New-bugs-announce] [issue35112] SpooledTemporaryFile and seekable() method

nubirstein report at bugs.python.org
Tue Oct 30 08:02:15 EDT 2018


New submission from nubirstein <kowjan1 at gmail.com>:

Although seekable() method is implemented in the IOBase (which means it is callable in BytesIO and StringIO), SpooledTemporaryFile class from lib/tempfile.py still does not implement it.

----------
components: Library (Lib)
messages: 328904
nosy: nubirstein
priority: normal
severity: normal
status: open
title: SpooledTemporaryFile and seekable() method
type: behavior
versions: Python 3.7

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue35112>
_______________________________________


More information about the New-bugs-announce mailing list