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 amaury.forgeotdarc
Recipients amaury.forgeotdarc, brian.curtin, eric.smith, jaraco
Date 2010-12-02.23:38:28
SpamBayes Score 2.2927388e-05
Marked as misclassified No
Message-id <1291333112.95.0.246237466707.issue9333@psf.upfronthosting.co.za>
In-reply-to
Content
So the presence of os.symlink depends on some dynamic privilege?

It seems to me that it's the first time in Python. For example, os.chroot() is always available on Unix, even when the user is not root.  Of course the call will fail at runtime.

Why not simply raise an exception when the user has not enough privileges? (I mean OSError or WindowsError of course, not AttributeError)
History
Date User Action Args
2010-12-02 23:38:33amaury.forgeotdarcsetrecipients: + amaury.forgeotdarc, jaraco, eric.smith, brian.curtin
2010-12-02 23:38:32amaury.forgeotdarcsetmessageid: <1291333112.95.0.246237466707.issue9333@psf.upfronthosting.co.za>
2010-12-02 23:38:28amaury.forgeotdarclinkissue9333 messages
2010-12-02 23:38:28amaury.forgeotdarccreate