[issue31269] bug in islink() and is_symlink()

2017-08-24 Thread Karine
Karine added the comment: Thanks a lot David >Четверг, 24 августа 2017, 18:42 +04:00 от "R. David Murray" >: > > >R. David Murray added the comment: > >I would phrase that as "check if any of the components of the path are links", >at which point

[issue31269] bug in islink() and is_symlink()

2017-08-24 Thread Karine
Karine added the comment: Hi David Thanks for support. one question. I couldn't find a function which will check full path is link or not. Is there any known function> >Четверг, 24 августа 2017, 17:38 +04:00 от "R. David Murray" >: > > >R. David Murray added

[issue31269] bug in islink() and is_symlink()

2017-08-24 Thread Karine
Changes by Karine : -- title: bug in islink() and is_simlink() -> bug in islink() and is_symlink() ___ Python tracker <http://bugs.python.org/issue31269> ___ _

[issue31269] bug in islink() and is_simlink()

2017-08-24 Thread Karine
New submission from Karine: Hi, I found a problem which can be a bug and want to inform you. it seems os.islink() and PATH(mypath).is_symlink() functions doen't work correct when there is linked folder inside the path: For example I have the following path: a/b/c/test.txt if my c fold