[issue10608] Add a section to Windows FAQ explaining os.symlink

2011-07-05 Thread Adam Woodbeck

Changes by Adam Woodbeck :


--
nosy: +adam.woodbeck

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue10608] Add a section to Windows FAQ explaining os.symlink

2010-12-02 Thread Brian Curtin

New submission from Brian Curtin :

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 

___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com