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 ocean-city
Recipients brian.curtin, eric.smith, georg.brandl, jaraco, loewis, nadeem.vawda, ocean-city, python-dev, santoso.wijaya, tim.golden, vstinner
Date 2011-06-14.08:34:01
SpamBayes Score 0.00013211239
Marked as misclassified No
Message-id <1308040442.24.0.921376273108.issue12084@psf.upfronthosting.co.za>
In-reply-to
Content
I created several patches.
quick1.patch: os.stat() traverses junction on Vista/7, and raises error on XP.
quick2.patch: os.stat() never traverse junction on all windows.
quick3.patch: os.stat() should traverse junction os Vista/7, but doesn't on XP.

There are many patches because I don't know how to treat junction on os.stat().
History
Date User Action Args
2011-06-14 08:34:02ocean-citysetrecipients: + ocean-city, loewis, georg.brandl, jaraco, vstinner, eric.smith, tim.golden, nadeem.vawda, brian.curtin, santoso.wijaya, python-dev
2011-06-14 08:34:02ocean-citysetmessageid: <1308040442.24.0.921376273108.issue12084@psf.upfronthosting.co.za>
2011-06-14 08:34:01ocean-citylinkissue12084 messages
2011-06-14 08:34:01ocean-citycreate