[issue19777] Provide a home() classmethod on Path objects

Antoine Pitrou report at bugs.python.org
Mon Nov 25 21:04:23 CET 2013


New submission from Antoine Pitrou:

Similar to Path.cwd(), perhaps a Path.home() to create a new Path object pointing to the current user's home directory may be useful.

----------
components: Library (Lib)
messages: 204388
nosy: pitrou
priority: low
severity: normal
status: open
title: Provide a home() classmethod on Path objects
type: enhancement
versions: Python 3.5

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue19777>
_______________________________________


More information about the Python-bugs-list mailing list