Antoine Pitrou <pit...@free.fr> added the comment: One other thing: is it deliberate to silence errors in the following snippet?
+ try: + names = fdlistdir(topfd) + except error as err: + if onerror is not None: + onerror(err) + return ---------- _______________________________________ Python tracker <rep...@bugs.python.org> <http://bugs.python.org/issue13734> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com