]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-40287: Fix SpooledTemporaryFile.seek() return value (GH-19540)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Fri, 17 Apr 2020 07:13:34 +0000 (00:13 -0700)
committerGitHub <noreply@github.com>
Fri, 17 Apr 2020 07:13:34 +0000 (00:13 -0700)
commit11ae7d075293fe855c8af26b577656d1026cd9bb
tree8a5883f66f465411a8789b9ea53500ef31e39cda
parent6fd47fabe04a1d52c61e87d594d10dd65e6432ee
bpo-40287: Fix SpooledTemporaryFile.seek() return value (GH-19540)

It has not returned the file position after the seek.
(cherry picked from commit 485e715cb1ff92bc9882cd51ec32589f9cb30503)

Co-authored-by: Inada Naoki <songofacandy@gmail.com>
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]