Hi all,

I submitted my first PR against Python a month or so ago and was wondering
if someone could take a quick look at it and let me know if anything needs
to be fixed before it can be merged.

It's a pretty simple change (mostly just boilerplate delegation) that
allows SpooledTemporaryFile objects to be used like all other io.IOBase
objects. This brings it more inline with the documentation, as well as
fixes a variety of use cases that require the `seekable`, `readable`, etc.
methods to be available on it.

Python bug: https://bugs.python.org/issue26175
Current PR: https://github.com/python/cpython/pull/29560

Thanks!

Carey
_______________________________________________
Python-Dev mailing list -- python-dev@python.org
To unsubscribe send an email to python-dev-le...@python.org
https://mail.python.org/mailman3/lists/python-dev.python.org/
Message archived at 
https://mail.python.org/archives/list/python-dev@python.org/message/B3PPGZJYAOHPNFP5ECJ3REC3DEYCVPGC/
Code of Conduct: http://python.org/psf/codeofconduct/

Reply via email to