[issue23808] Symlink to directory on Windows 8

2018-02-26 Thread Alexey Izbyshev
Alexey Izbyshev added the comment: This behavior is not specific to just Windows 8. Symlinks to directories are treated as directories on Windows, in particular, they should be removed with RemoveDirectory, not DeleteFile. Is there any reason this issue is still open?

[issue23808] Symlink to directory on Windows 8

2017-06-28 Thread STINNER Victor
Changes by STINNER Victor : -- pull_requests: +2535 ___ Python tracker ___ ___

[issue23808] Symlink to directory on Windows 8

2016-03-08 Thread Roundup Robot
Roundup Robot added the comment: New changeset 19a3e0e664af by Serhiy Storchaka in branch '3.4': Issues #23808, #25911: Trying to fix walk tests on Windows. https://hg.python.org/cpython/rev/19a3e0e664af New changeset f9e22717722d by Serhiy Storchaka in branch '3.5': Issues #23808, #25911:

[issue23808] Symlink to directory on Windows 8

2015-12-20 Thread Serhiy Storchaka
Changes by Serhiy Storchaka : -- type: -> behavior versions: +Python 3.6 ___ Python tracker ___

[issue23808] Symlink to directory on Windows 8

2015-03-29 Thread Serhiy Storchaka
New submission from Serhiy Storchaka: Looks as a symlink on Windows 8 can has the FILE_ATTRIBUTE_DIRECTORY flag. http://buildbot.python.org/all/builders/AMD64%20Windows8%203.4/builds/348/steps/test/logs/stdio == FAIL:

[issue23808] Symlink to directory on Windows 8

2015-03-29 Thread Serhiy Storchaka
Serhiy Storchaka added the comment: Then tests should be adapted for Windows 8. -- stage: - needs patch ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue23808 ___

[issue23808] Symlink to directory on Windows 8

2015-03-29 Thread Paul Moore
Paul Moore added the comment: It returns True. -- ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue23808 ___ ___ Python-bugs-list mailing list