]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Issue #22570: Add 'path' attribute to pathlib.Path objects. (Merge 3.4->3.5)
authorGuido van Rossum <guido@python.org>
Wed, 6 Jan 2016 19:03:15 +0000 (11:03 -0800)
committerGuido van Rossum <guido@python.org>
Wed, 6 Jan 2016 19:03:15 +0000 (11:03 -0800)
commit1a4afec0d66d8843834250836d1056ed6d687385
treee7579960c7afc7bffdd08d1fc4f552a47d72fd1b
parent520f297eb4d85a99bee8a22d60c4139b8a443d94
parente42823153990ab5a4bb5f9148458cf48e189f4f9
Issue #22570: Add 'path' attribute to pathlib.Path objects. (Merge 3.4->3.5)
Lib/pathlib.py
Lib/test/test_pathlib.py
Misc/NEWS