Message390820
In POSIX, os.path.abspath(p) is normpath(join(os.getcwd(), p)). normpath() doesn't touch the filesystem, and it's documented that its "string manipulation may change the meaning of a path that contains symbolic links". You can use os.path.realpath() to resolve symbolic links in a path. |
|
Date |
User |
Action |
Args |
2021-04-12 05:40:06 | eryksun | set | recipients:
+ eryksun, rvisser |
2021-04-12 05:40:06 | eryksun | set | messageid: <1618206006.96.0.200287455575.issue43810@roundup.psfhosted.org> |
2021-04-12 05:40:06 | eryksun | link | issue43810 messages |
2021-04-12 05:40:06 | eryksun | create | |
|