This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author vajrasky
Recipients Arfrever, Claudiu.Popa, pitrou, vajrasky, vstinner
Date 2013-12-05.04:11:35
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1386216695.22.0.721882459181.issue19776@psf.upfronthosting.co.za>
In-reply-to
Content
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)"?
History
Date User Action Args
2013-12-05 04:11:35vajraskysetrecipients: + vajrasky, pitrou, vstinner, Arfrever, Claudiu.Popa
2013-12-05 04:11:35vajraskysetmessageid: <1386216695.22.0.721882459181.issue19776@psf.upfronthosting.co.za>
2013-12-05 04:11:35vajraskylinkissue19776 messages
2013-12-05 04:11:35vajraskycreate