[New-bugs-announce] [issue10608] Add a section to Windows FAQ explaining os.symlink

Brian Curtin report at bugs.python.org
Thu Dec 2 19:42:13 CET 2010


New submission from Brian Curtin <curtin at acm.org>:

A section in the Windows FAQ should better explain the recent addition of os.symlink and how it can be used, along with examples.

If a user just sits down and hits Start>Run>python, os.symlink will almost positively not be available. I'll need to briefly explain privileges, which one is needed, how it can be obtained, and how to properly write code on Windows to make use of os.symlink.

There is documentation of os.symlink itself, but it's more of a developer reference to match the rest of the os module documentation. A beginner would likely need more information, but that information isn't right for Doc/library/os.rst.

----------
assignee: brian.curtin
components: Documentation, Windows
messages: 123099
nosy: brian.curtin
priority: normal
severity: normal
stage: needs patch
status: open
title: Add a section to Windows FAQ explaining os.symlink
type: behavior
versions: Python 3.2

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue10608>
_______________________________________


More information about the New-bugs-announce mailing list