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 serhiy.storchaka
Recipients Arfrever, Claudiu.Popa, antoine.pietri, fletom, pitrou, rominf, serhiy.storchaka, vajrasky, vstinner
Date 2014-07-15.18:53:07
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1405450387.2.0.907930465424.issue19776@psf.upfronthosting.co.za>
In-reply-to
Content
Doc example is still looks confusing. Is your home directory /home?

There is a question. What should pathlib's expanduser() do in case when user directory can't be determined (or user does not exist)? Perhaps unlike to os.path.expanduser() it should raise an exception (as in many other pathlib's methods).
History
Date User Action Args
2014-07-15 18:53:07serhiy.storchakasetrecipients: + serhiy.storchaka, pitrou, vstinner, Arfrever, Claudiu.Popa, vajrasky, antoine.pietri, fletom, rominf
2014-07-15 18:53:07serhiy.storchakasetmessageid: <1405450387.2.0.907930465424.issue19776@psf.upfronthosting.co.za>
2014-07-15 18:53:07serhiy.storchakalinkissue19776 messages
2014-07-15 18:53:07serhiy.storchakacreate