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 tim.golden
Recipients Christian.Tismer, Oren_Held, brian.curtin, giampaolo.rodola, ishimoto, markm, orsenthil, santoso.wijaya, sijinjoseph, tim.golden
Date 2013-07-31.08:26:21
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1375259182.33.0.104755498435.issue9035@psf.upfronthosting.co.za>
In-reply-to
Content
4th and hopefully final patch. Added tests for byte paths. Reworked the ismount so it uses the original detection approach first (which is wholly lexical) and drops back to the volume path technique only if the path doesn't appear to be a drive or a share root. This should minimise backwards-incompatibility while still solving the original problem.
History
Date User Action Args
2013-07-31 08:26:22tim.goldensetrecipients: + tim.golden, ishimoto, orsenthil, giampaolo.rodola, brian.curtin, sijinjoseph, Oren_Held, santoso.wijaya, markm, Christian.Tismer
2013-07-31 08:26:22tim.goldensetmessageid: <1375259182.33.0.104755498435.issue9035@psf.upfronthosting.co.za>
2013-07-31 08:26:22tim.goldenlinkissue9035 messages
2013-07-31 08:26:22tim.goldencreate