]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-40287: Fix SpooledTemporaryFile.seek() return value (GH-19540)
authorInada Naoki <songofacandy@gmail.com>
Fri, 17 Apr 2020 06:56:35 +0000 (15:56 +0900)
committerGitHub <noreply@github.com>
Fri, 17 Apr 2020 06:56:35 +0000 (15:56 +0900)
commit485e715cb1ff92bc9882cd51ec32589f9cb30503
tree55e3438c85d968dc72737b498960fec39ebf92bc
parentbf1a81258c0ecc8b52b9dcc53321c066b3ed4a67
bpo-40287: Fix SpooledTemporaryFile.seek() return value (GH-19540)

It has not returned the file position after the seek.
Lib/tempfile.py
Lib/test/test_tempfile.py
Misc/NEWS.d/next/Library/2020-04-15-17-21-48.bpo-40287.-mkEJH.rst [new file with mode: 0644]