Antoine Pitrou <[email protected]> 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 <[email protected]> <http://bugs.python.org/issue13734> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com
