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.
Created on 2011年08月20日 21:54 by pitrou, last changed 2022年04月11日 14:57 by admin. This issue is now closed.
| Messages (2) | |||
|---|---|---|---|
| msg142573 - (view) | Author: Antoine Pitrou (pitrou) * (Python committer) | Date: 2011年08月20日 21:54 | |
From a look at the code, realpath() does not seem to resolve symlinks under Windows, even though we have the _getfinalpathname function to do that. Please indulge with me if I'm wrong :) |
|||
| msg142584 - (view) | Author: STINNER Victor (vstinner) * (Python committer) | Date: 2011年08月20日 23:56 | |
You are right, but this issue is a duplicate of #9949. |
|||
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2022年04月11日 14:57:20 | admin | set | github: 57008 |
| 2011年08月20日 23:56:06 | vstinner | set | status: open -> closed nosy: + vstinner messages: + msg142584 resolution: duplicate |
| 2011年08月20日 21:54:00 | pitrou | create | |