[issue41270] NamedTemporaryFile is not its own iterator.

2020-10-19 Thread Seth Sims
Change by Seth Sims : -- pull_requests: +21728 pull_request: https://github.com/python/cpython/pull/22766 ___ Python tracker <https://bugs.python.org/issue41

[issue41270] NamedTemporaryFile is not its own iterator.

2020-07-10 Thread Seth Sims
New submission from Seth Sims : _TemporaryFileWrapper does not proxy __next__ to the underlying file object. There was a discussion on the mailing list in 2016 mentioning this, however it seems it was dropped without a consensus. Biopython encountered this issue (referenced below) and we