Message 155270 - Python tracker
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. |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2012-03-09 23:12:07 | ncdave4life | set | recipients: + ncdave4life, jaraco, pitrou, vstinner, eric.smith, tim.golden, stutzbach, brian.curtin |
| 2012-03-09 23:12:07 | ncdave4life | set | messageid: <1331334727.46.0.518006502983.issue9949@psf.upfronthosting.co.za> |
| 2012-03-09 23:12:06 | ncdave4life | link | issue9949 messages |
| 2012-03-09 23:12:06 | ncdave4life | create | |