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 brian.curtin, eric.smith, jaraco
Date 2010-08-02.20:45:30
SpamBayes Score 0.000209429
Marked as misclassified No
Message-id <1280781938.98.0.395013399571.issue9333@psf.upfronthosting.co.za>
In-reply-to
Content
Here's a patch implementing a similar idea to what Jason mentioned, complete with the test updates and code removals. It initially adds win_symlink as "_symlink", and on module initialization it will be renamed to "symlink" if the privilege is available.

There are two test failures in test_tarfile that I'll have to work out. Other than that, how does this look?
History
Date User Action Args
2010-08-02 20:45:40brian.curtinsetrecipients: + brian.curtin, jaraco, eric.smith
2010-08-02 20:45:38brian.curtinsetmessageid: <1280781938.98.0.395013399571.issue9333@psf.upfronthosting.co.za>
2010-08-02 20:45:37brian.curtinlinkissue9333 messages
2010-08-02 20:45:36brian.curtincreate