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 jaraco
Recipients eric.smith, giampaolo.rodola, jafo, jaraco, lemburg, loewis, nnorwitz, r.david.murray, swarren
Date 2009-09-05.15:01:42
SpamBayes Score 0.0010602005
Marked as misclassified No
Message-id <1252162914.62.0.413114937523.issue1578269@psf.upfronthosting.co.za>
In-reply-to
Content
This second patch adds the documentation to os.rst to formally define
the behavior of the symlink function in Windows. Only changes needed to
be made to the lstat and symlink functions.  readlink remains Unix-only.
We may consider implementing this method for Windows as well at a later
date.
History
Date User Action Args
2009-09-05 15:01:54jaracosetrecipients: + jaraco, lemburg, loewis, nnorwitz, jafo, eric.smith, giampaolo.rodola, swarren, r.david.murray
2009-09-05 15:01:54jaracosetmessageid: <1252162914.62.0.413114937523.issue1578269@psf.upfronthosting.co.za>
2009-09-05 15:01:53jaracolinkissue1578269 messages
2009-09-05 15:01:44jaracocreate