]> granicus.if.org Git - python/commit
bpo-31163: Added return values to pathlib.Path instance's rename and replace methods...
authorhui shang <shangdahao@gmail.com>
Wed, 11 Sep 2019 13:26:49 +0000 (21:26 +0800)
committerJason R. Coombs <jaraco@jaraco.com>
Wed, 11 Sep 2019 13:26:49 +0000 (14:26 +0100)
commit088a09af4bdeff52b9dedeb7acd1e82069f37d98
tree26aaebe83ddd99faa504ca67e8a97c1b8e4d5263
parentf9b5840fb4497a9e2ba2c1f01ad0dafba04c8496
bpo-31163: Added return values to pathlib.Path instance's rename and replace methods. (GH-13582)

* bpo-31163: Added return values to pathlib.Path instance's rename and replace methods.
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]