[issue13837] test_shutil fails with symlinks enabled under Windows

2018-08-12 Thread Berker Peksag
Berker Peksag added the comment: Issue 20055 was a duplicate of this one. Both tests have been adjusted in https://github.com/python/cpython/commit/3f48ac98c04fc17f12c63dcf593dd0c19379c7df. -- dependencies: -os.chmod() does not follow symlinks on Windows, os.path.realpath on Windows

[issue13837] test_shutil fails with symlinks enabled under Windows

2014-07-17 Thread Brian Curtin
Changes by Brian Curtin : -- nosy: -brian.curtin ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://mail.

[issue13837] test_shutil fails with symlinks enabled under Windows

2014-07-16 Thread Mark Lawrence
Mark Lawrence added the comment: I've asked for patch reviews on #9949 and #15411. -- nosy: +BreamoreBoy ___ Python tracker ___ ___ Py

[issue13837] test_shutil fails with symlinks enabled under Windows

2014-05-13 Thread Stefan Krah
Changes by Stefan Krah : -- nosy: -skrah ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://mail.python.o

[issue13837] test_shutil fails with symlinks enabled under Windows

2012-11-04 Thread Antoine Pitrou
Changes by Antoine Pitrou : -- nosy: +haypo, loewis ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: http://mail

[issue13837] test_shutil fails with symlinks enabled under Windows

2012-10-07 Thread Hynek Schlawack
Hynek Schlawack added the comment: Pong? I understand we have to close #15411 & #9949 first? Can't help here out due to lack of Windows. -- dependencies: +os.chmod() does not follow symlinks on Windows, os.path.realpath on Windows does not follow symbolic links ___

[issue13837] test_shutil fails with symlinks enabled under Windows

2012-08-04 Thread Antoine Pitrou
Antoine Pitrou added the comment: Ping? -- ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: http://mail.python.o

[issue13837] test_shutil fails with symlinks enabled under Windows

2012-07-23 Thread Atsuo Ishimoto
Atsuo Ishimoto added the comment: Error in test_move_dangling_symlink is fixed by #9949 -- ___ Python tracker ___ ___ Python-bugs-lis

[issue13837] test_shutil fails with symlinks enabled under Windows

2012-07-21 Thread Atsuo Ishimoto
Atsuo Ishimoto added the comment: Error in test_copymode_follow_symlinks is adderessed in #15411. -- nosy: +ishimoto ___ Python tracker ___ _

[issue13837] test_shutil fails with symlinks enabled under Windows

2012-01-30 Thread Stefan Krah
Changes by Stefan Krah : -- nosy: +skrah ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: http://mail.python.org

[issue13837] test_shutil fails with symlinks enabled under Windows

2012-01-22 Thread Antoine Pitrou
Antoine Pitrou added the comment: (tests were added in #12715 and #9993) -- ___ Python tracker ___ ___ Python-bugs-list mailing list

[issue13837] test_shutil fails with symlinks enabled under Windows

2012-01-22 Thread Antoine Pitrou
New submission from Antoine Pitrou : This happens when symlinks are enabled under Windows. This doesn't affect any buildbots since they don't run the tests as administrator (or they are not recent enough to have symlink support): ===