]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-35803: Document and test dir=PathLike for tempfile (GH-11644)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Mon, 9 Sep 2019 17:33:18 +0000 (10:33 -0700)
committerGitHub <noreply@github.com>
Mon, 9 Sep 2019 17:33:18 +0000 (10:33 -0700)
commitb4591ad33a727873c0a07d084211295bf4f5b892
tree06400edd24f336427b4684a5d12a173bc991cd61
parentb7bf632d4ebacfeffc8770a7848c690fa2a90a62
bpo-35803: Document and test dir=PathLike for tempfile (GH-11644)

Co-Authored-By: Ammar Askar <ammar_askar@hotmail.com>
(cherry picked from commit 370138ba9c29595df773cc057d17ea26fb6f21bd)

Co-authored-by: Anthony Sottile <asottile@umich.edu>
Doc/library/tempfile.rst
Lib/test/test_tempfile.py
Misc/NEWS.d/next/Documentation/2019-01-21-14-30-59.bpo-35803.yae6Lq.rst [new file with mode: 0644]