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 amaury.forgeotdarc, brian.curtin, eric.smith, jaraco
Date 2010-12-28.01:51:52
SpamBayes Score 0.009121975
Marked as misclassified No
Message-id <1293501118.68.0.766660735582.issue9333@psf.upfronthosting.co.za>
In-reply-to
Content
(hit enter too soon, sorry)

The patch makes os.symlink always available on Windows machines, but it will only have an effect when privileged. Windows XP and Windows 2003 will still receive NotImplementedError, as the underlying calls aren't available there. On Vista and 7 for non-privileged users, OSError will be raised.
History
Date User Action Args
2010-12-28 01:51:58brian.curtinsetrecipients: + brian.curtin, amaury.forgeotdarc, jaraco, eric.smith
2010-12-28 01:51:58brian.curtinsetmessageid: <1293501118.68.0.766660735582.issue9333@psf.upfronthosting.co.za>
2010-12-28 01:51:52brian.curtinlinkissue9333 messages
2010-12-28 01:51:52brian.curtincreate