[issue35112] SpooledTemporaryFile and seekable() method

2018-10-30 Thread nubirstein
nubirstein added the comment: According to Karthikeyan request I'am moving this discussion to the right place, i.e. https://bugs.python.org/issue26175 I hope to get some help there. Thx Karthikeyan for such a short response time. -- resolution: -> duplicate stage: -> re

[issue26175] Fully implement IOBase abstract on SpooledTemporaryFile

2018-10-30 Thread nubirstein
nubirstein added the comment: My last comment meant to land somewhere else, but nonetheless it is related to this topic, so: SpooledTemporaryFile class from lib/tempfile.py still does not implement seekable() method. It could be like this (just two lines of code and my Flask.Request tests

[issue35112] SpooledTemporaryFile and seekable() method

2018-10-30 Thread nubirstein
nubirstein added the comment: Should I have been added my request there? Anyway I do suffer from lack of 'seekable()' implementation there. I'll go there and make a request -- ___ Python tracker <https://bugs.python.org/issue35

[issue26175] Fully implement IOBase abstract on SpooledTemporaryFile

2018-10-30 Thread nubirstein
nubirstein added the comment: Should I have been added my request there? Anyway I do suffer from lack of 'seekable()' implementation there -- nosy: +nubirstein ___ Python tracker <https://bugs.python.org/issue26

[issue35112] SpooledTemporaryFile and seekable() method

2018-10-30 Thread nubirstein
New submission from nubirstein : 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