[issue15218] Check for all necessary dir_fd and follow_symlinks functions

2012-06-28 Thread Roundup Robot
Roundup Robot added the comment: New changeset 992be49127e1 by Hynek Schlawack in branch 'default': Check for all used fd-based functions in shutil.rmdir, closes #15218 http://hg.python.org/cpython/rev/992be49127e1 -- nosy: +python-dev resolution: -> fixed stage: -> committed/rejected

[issue15218] Check for all necessary dir_fd and follow_symlinks functions

2012-06-28 Thread Arfrever Frehtes Taifersar Arahesis
Changes by Arfrever Frehtes Taifersar Arahesis : -- nosy: +Arfrever ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscri

[issue15218] Check for all necessary dir_fd and follow_symlinks functions

2012-06-28 Thread Serhiy Storchaka
Changes by Serhiy Storchaka : -- nosy: +storchaka ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: http://mail.p

[issue15218] Check for all necessary dir_fd and follow_symlinks functions

2012-06-28 Thread Hynek Schlawack
Changes by Hynek Schlawack : -- dependencies: +os.listdir is missing in os.supports_dir_fd ___ Python tracker ___ ___ Python-bugs-list

[issue15218] Check for all necessary dir_fd and follow_symlinks functions

2012-06-28 Thread Hynek Schlawack
New submission from Hynek Schlawack : Currently not all functions are checked. As soon as #15217 is fixed, we have to add the rest. -- assignee: hynek components: Library (Lib) files: fd-protection.diff keywords: patch messages: 164259 nosy: hynek priority: release blocker severity: nor