]> 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:14:55 +0000 (00:14 -0700)
committerGitHub <noreply@github.com>
Fri, 17 Apr 2020 07:14:55 +0000 (00:14 -0700)
commit9796fe88da7415925b3e8f7e0a5e55301548734f
treea3a99fe4340b50a4ce692c263e6bcb717ab24d31
parent6b0ca0aeab04d7b7b54086248ca9d5e70f770f2f
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]