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 pitrou
Recipients loewis, pitrou, rossburton
Date 2008-08-14.14:00:01
SpamBayes Score 1.2231405e-05
Marked as misclassified No
Message-id <1218722404.17.0.00769538841093.issue2466@psf.upfronthosting.co.za>
In-reply-to
Content
> If ismount() used os.path.dirname() instead of appending "..", then this
> wouldn't happen.

But it may change the function result if the argument is a symlink to
something (directory or mount point) on another filesystem. It should be
verified before making a decision.
History
Date User Action Args
2008-08-14 14:00:04pitrousetrecipients: + pitrou, loewis, rossburton
2008-08-14 14:00:04pitrousetmessageid: <1218722404.17.0.00769538841093.issue2466@psf.upfronthosting.co.za>
2008-08-14 14:00:01pitroulinkissue2466 messages
2008-08-14 14:00:01pitroucreate