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 ncdave4life
Recipients brian.curtin, eric.smith, jaraco, ncdave4life, pitrou, stutzbach, tim.golden, vstinner
Date 2012-03-09.23:12:06
SpamBayes Score 3.446588e-06
Marked as misclassified No
Message-id <1331334727.46.0.518006502983.issue9949@psf.upfronthosting.co.za>
In-reply-to
Content
This is a patch for the os.path.realpath() bug under Windows,  http://bugs.python.org/issue9949  "os.path.realpath on Windows does not follow symbolic links"

ntpath.diff fixes the realpath() function to resolve symbolic links to their targets (tested under Windows 7).

Note: I tried to make the equivalent patch for Python 2.7, but it didn't work because the "from nt import _getfinalpathname" fails.
History
Date User Action Args
2012-03-09 23:12:07ncdave4lifesetrecipients: + ncdave4life, jaraco, pitrou, vstinner, eric.smith, tim.golden, stutzbach, brian.curtin
2012-03-09 23:12:07ncdave4lifesetmessageid: <1331334727.46.0.518006502983.issue9949@psf.upfronthosting.co.za>
2012-03-09 23:12:06ncdave4lifelinkissue9949 messages
2012-03-09 23:12:06ncdave4lifecreate