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 SilentGhost
Recipients SilentGhost, felixonmars, pitrou
Date 2016-01-14.22:49:31
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1452811771.65.0.224045685107.issue24950@psf.upfronthosting.co.za>
In-reply-to
Content
For posixpath the fix is straightforward: just skip that assert if the home ends up being '/' (the '/' is tested above).

For pathlib, I'm not entirely sure what the fix should be.
History
Date User Action Args
2016-01-14 22:49:31SilentGhostsetrecipients: + SilentGhost, pitrou, felixonmars
2016-01-14 22:49:31SilentGhostsetmessageid: <1452811771.65.0.224045685107.issue24950@psf.upfronthosting.co.za>
2016-01-14 22:49:31SilentGhostlinkissue24950 messages
2016-01-14 22:49:31SilentGhostcreate