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 brian.curtin
Recipients alexreg, brian.curtin, eric.smith, jaraco, tim.golden
Date 2011-11-15.23:02:50
SpamBayes Score 0.0009908793
Marked as misclassified No
Message-id <1321398170.94.0.591491868515.issue13412@psf.upfronthosting.co.za>
In-reply-to
Content
I think we could still make os.listdir work properly. I'll look into a patch for this.

One "problem" here is the testability, since we'd need to rely on the mklink CLI app to create the symlinks, which requires that the calling application (python.exe) has elevated privileges. It wont be exercised by any of the buildbots.
History
Date User Action Args
2011-11-15 23:02:50brian.curtinsetrecipients: + brian.curtin, jaraco, eric.smith, tim.golden, alexreg
2011-11-15 23:02:50brian.curtinsetmessageid: <1321398170.94.0.591491868515.issue13412@psf.upfronthosting.co.za>
2011-11-15 23:02:50brian.curtinlinkissue13412 messages
2011-11-15 23:02:50brian.curtincreate