[issue35112] SpooledTemporaryFile and seekable() method

2018-10-30 Thread Karthikeyan Singaravelan
Karthikeyan Singaravelan added the comment: @nubirstein You're welcome :) As noted in https://bugs.python.org/issue26175#msg328911 the PR has the implementation of seekable at https://github.com/python/cpython/pull/3249/files#diff-34b2145d7fe189e893ec7934afe9829cR761 . You can help with the

[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: -> resolved status

[issue35112] SpooledTemporaryFile and seekable() method

2018-10-30 Thread Karthikeyan Singaravelan
Karthikeyan Singaravelan added the comment: The related issue already implements seekable and other methods for IOBase. As I can see from the open PR there are PR comments with respect to tests and docs that need to be acted upon as per reviewer's comments. With respect to this issue I propo

[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 ___

[issue35112] SpooledTemporaryFile and seekable() method

2018-10-30 Thread Karthikeyan Singaravelan
Karthikeyan Singaravelan added the comment: Thanks for the report. Search gives me a related issue with PR to implement IOBase for SpooledTemporaryFile : issue26175 -- nosy: +xtreak ___ Python tracker _

[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 pr