Message205272
Documentation, please (Doc/library/pathlib.rst)!
This is the docstring of Path.cwd.
"""Return a new path pointing to the current working directory
(as returned by os.getcwd()).
"""
This is the docstring of Path.expanduser.
""" Return a new path with expanded ~ and ~user constructs.
"""
Perhaps we need to add "(as returned by os.path.expanduser)"? |
|
Date |
User |
Action |
Args |
2013-12-05 04:11:35 | vajrasky | set | recipients:
+ vajrasky, pitrou, vstinner, Arfrever, Claudiu.Popa |
2013-12-05 04:11:35 | vajrasky | set | messageid: <1386216695.22.0.721882459181.issue19776@psf.upfronthosting.co.za> |
2013-12-05 04:11:35 | vajrasky | link | issue19776 messages |
2013-12-05 04:11:35 | vajrasky | create | |
|