Message152386
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 |
|
Date |
User |
Action |
Args |
2012-01-31 13:51:37 | pitrou | set | recipients:
+ pitrou, jcea, ncoghlan, tarek, neologix, rosslagerwall, hynek |
2012-01-31 13:51:37 | pitrou | set | messageid: <1328017897.73.0.0450166705029.issue13734@psf.upfronthosting.co.za> |
2012-01-31 13:51:37 | pitrou | link | issue13734 messages |
2012-01-31 13:51:36 | pitrou | create | |
|