Message155270
| 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. |
|