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 stutzbach
Recipients brian.curtin, eric.smith, jaraco, stutzbach
Date 2010-09-25.15:03:12
SpamBayes Score 0.00092833815
Marked as misclassified No
Message-id <1285426994.28.0.192028764756.issue9949@psf.upfronthosting.co.za>
In-reply-to
Content
In Lib/ntpath.py:

# realpath is a no-op on systems without islink support
realpath = abspath


However, Windows Vista and newer support symbolic links and other Python methods support them.

(noticed this through source code inspection; haven't actually tested it)
History
Date User Action Args
2010-09-25 15:03:14stutzbachsetrecipients: + stutzbach, jaraco, eric.smith, brian.curtin
2010-09-25 15:03:14stutzbachsetmessageid: <1285426994.28.0.192028764756.issue9949@psf.upfronthosting.co.za>
2010-09-25 15:03:12stutzbachlinkissue9949 messages
2010-09-25 15:03:12stutzbachcreate