[issue1809] docs for os.symlink(src, dst) doesn't mention exceptions
David Gardner added the comment: the output of symtest.py looks like: (13, 'Permission denied') [Errno 13] Permission denied __ Tracker <[EMAIL PROTECTED]> <http://bugs.p
[issue1809] docs for os.symlink(src, dst) doesn't mention exceptions
New submission from David Gardner: the docs for os.symlink at: http://docs.python.org/lib/os-file-dir.html don't mention if the function raises an exception if there was a file permission failure. -- components: Documentation files: symtest.py messages: 59762 nosy: dgardner sev