[issue1052827] filelist.findall should not fail on dangling symlinks

2021-02-03 Thread Steve Dower
Steve Dower added the comment: Distutils is now deprecated (see PEP 632) and all tagged issues are being closed. From now until removal, only release blocking issues will be considered for distutils. If this issue does not relate to distutils, please remove the component and reopen it. If y

[issue1052827] filelist.findall should not fail on dangling symlinks

2013-07-06 Thread Senko Rasic
Senko Rasic added the comment: The second patch (proposed fix). -- Added file: http://bugs.python.org/file30809/distutils-symlink-fix.diff ___ Python tracker ___ __

[issue1052827] filelist.findall should not fail on dangling symlinks

2013-07-06 Thread Senko Rasic
Senko Rasic added the comment: Here are two patches: * test against py3k test_sdist.py (should crash without a fix) * a proposed fix The proposed fix not only changes lstat, but also changes other relevant paths to actually include dangling symlinks in the filelists. I've split them into two

[issue1052827] filelist.findall should not fail on dangling symlinks

2012-09-30 Thread Michele Orrù
Changes by Michele Orrù : -- nosy: +maker ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: http://mail.python.

[issue1052827] filelist.findall should not fail on dangling symlinks

2012-09-15 Thread Ezio Melotti
Changes by Ezio Melotti : -- keywords: +easy versions: +Python 3.3, Python 3.4 -Python 3.1 ___ Python tracker ___ ___ Python-bugs-li

[issue1052827] filelist.findall should not fail on dangling symlinks

2010-09-29 Thread Éric Araujo
Changes by Éric Araujo : -- versions: +3rd party ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: http://mail.

[issue1052827] filelist.findall should not fail on dangling symlinks

2010-08-19 Thread Mark Lawrence
Changes by Mark Lawrence : -- type: -> behavior versions: +Python 2.7, Python 3.1, Python 3.2 ___ Python tracker ___ ___ Python-bug

[issue1052827] filelist.findall should not fail on dangling symlinks

2010-07-21 Thread Éric Araujo
Éric Araujo added the comment: Thanks for the report. The steps you described need to be turned into a unit test. Can someone provide a patch against py3k’s test_sdist.py? -- assignee: -> tarek components: +Distutils2 nosy: +merwok stage: -> unit test needed title: filelist.findall s