]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
tempfile: Use random.choises() instead of choise() (GH-23068)
authorInada Naoki <songofacandy@gmail.com>
Sun, 1 Nov 2020 11:02:03 +0000 (20:02 +0900)
committerGitHub <noreply@github.com>
Sun, 1 Nov 2020 11:02:03 +0000 (20:02 +0900)
commitd2810054c7ee1b4ce925fc520224b595b53bf4b4
treedac8981d72d176507e62e2df0b5d5694f46e5eaa
parent2165cea548f961b308050f30d1f042a377651d44
tempfile: Use random.choises() instead of choise() (GH-23068)
Lib/tempfile.py
Lib/test/test_tempfile.py