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 Oren_Held, tim.golden
Date 2010-06-20.09:55:52
SpamBayes Score 0.0046169166
Marked as misclassified No
Message-id <4C1DE5A5.3000801@timgolden.me.uk>
In-reply-to <1277025111.41.0.220519660485.issue9035@psf.upfronthosting.co.za>
Content
All we need to do is check the FILE_ATTRIBUTE_REPARSE_POINT
in the file attributes. Frustratingly, we grab file attributes
a dozen times in posixpath.c only to throw most of it away.

Is there a case for adding an "attributes" function to os.path
which exposes the full file attributes on Windows, and its
posix equivalent if there is one? This could then be used
in the ismount function currently implemented in ntpath.py.
History
Date User Action Args
2010-06-20 09:55:54tim.goldensetrecipients: + tim.golden, Oren_Held
2010-06-20 09:55:52tim.goldenlinkissue9035 messages
2010-06-20 09:55:52tim.goldencreate