This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author pitrou
Recipients hynek, jcea, ncoghlan, neologix, pitrou, rosslagerwall, tarek
Date 2012-01-31.13:51:36
SpamBayes Score 0.0011002494
Marked as misclassified No
Message-id <1328017897.73.0.0450166705029.issue13734@psf.upfronthosting.co.za>
In-reply-to
Content
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
History
Date User Action Args
2012-01-31 13:51:37pitrousetrecipients: + pitrou, jcea, ncoghlan, tarek, neologix, rosslagerwall, hynek
2012-01-31 13:51:37pitrousetmessageid: <1328017897.73.0.0450166705029.issue13734@psf.upfronthosting.co.za>
2012-01-31 13:51:37pitroulinkissue13734 messages
2012-01-31 13:51:36pitroucreate