]> granicus.if.org Git - python/commit
bpo-31163: Added return values to pathlib.Path instance's rename and replace methods...
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Wed, 11 Sep 2019 14:12:54 +0000 (07:12 -0700)
committerJason R. Coombs <jaraco@jaraco.com>
Wed, 11 Sep 2019 14:12:54 +0000 (15:12 +0100)
commitcbd7b2a399a8ff2ed9994c380b07ef598892b6b1
tree35161eb03403f30537a26f37d756cc9538d464d6
parent4d2babd99022bf43dc659d9fe5700c1fc13808c4
bpo-31163: Added return values to pathlib.Path instance's rename and replace methods. (GH-13582) (GH-15944)

* bpo-31163: Added return values to pathlib.Path instance's rename and replace methods.
(cherry picked from commit 088a09af4bdeff52b9dedeb7acd1e82069f37d98)

Co-authored-by: hui shang <shangdahao@gmail.com>
Doc/library/pathlib.rst
Lib/pathlib.py
Lib/test/test_pathlib.py
Misc/NEWS.d/next/Library/2019-05-26-16-34-53.bpo-31163.21A802.rst [new file with mode: 0644]