]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-39895: Move `pathlib.Path.touch()` implementation into the path accessor. (GH...
authorBarney Gale <barney.gale@gmail.com>
Wed, 7 Apr 2021 00:25:37 +0000 (01:25 +0100)
committerGitHub <noreply@github.com>
Wed, 7 Apr 2021 00:25:37 +0000 (01:25 +0100)
commit986da8effcd2e9e9334ae016928ef795fb93c373
tree97a43cbd32af9f3b09586d66c4b1df955cc812b2
parent04732ca993fa077a8b9640cc77fb2f152339585a
bpo-39895: Move `pathlib.Path.touch()` implementation into the path accessor. (GH-18838)
Lib/pathlib.py