Re: Symbolic links on Windows

2021-11-17 Thread ast
Le 17/11/2021 à 13:10, Python a écrit : ast wrote: Hello, It seems that symbolic links on Windows are not well reconized by modules os or pathlib. I have a file named json.txt on my destop. With a drag and drop right click on it I create a link automatically named: json.txt - Raccourci.lnk

Symbolic links on Windows

2021-11-17 Thread ast
Hello, It seems that symbolic links on Windows are not well reconized by modules os or pathlib. I have a file named json.txt on my destop. With a drag and drop right click on it I create a link automatically named: json.txt - Raccourci.lnk Then: >>> from pathlib import Path >>

[issue12799] realpath not resolving symbolic links under Windows

2011-08-20 Thread Antoine Pitrou
nosy: brian.curtin, pitrou, tim.golden priority: normal severity: normal status: open title: realpath not resolving symbolic links under Windows versions: Python 3.3 ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue12799

[issue12799] realpath not resolving symbolic links under Windows

2011-08-20 Thread STINNER Victor
STINNER Victor victor.stin...@haypocalc.com added the comment: You are right, but this issue is a duplicate of #9949. -- nosy: +haypo resolution: - duplicate status: open - closed ___ Python tracker rep...@bugs.python.org