]> granicus.if.org Git - python/commit
Issue #19776: Add a expanduser() method on Path objects.
authorAntoine Pitrou <solipsis@pitrou.net>
Tue, 30 Dec 2014 19:54:45 +0000 (20:54 +0100)
committerAntoine Pitrou <solipsis@pitrou.net>
Tue, 30 Dec 2014 19:54:45 +0000 (20:54 +0100)
commit8477ed60486a22f79f257ee49f0bc18d0e73f216
tree0773c8950642ce61e1fd801cf39f4d5c557f5774
parent864d57c24452f78f2fcfb557caada47502619b39
Issue #19776: Add a expanduser() method on Path objects.

Patch by Serhiy.
Doc/library/pathlib.rst
Lib/pathlib.py
Lib/test/test_pathlib.py
Misc/NEWS