You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Various KBUS operations use IOCTLs, and in Python these result in IOError
exceptions, with a "magic number" inside to indicate the particular
problem (and a standard Unix interpretation of said number, as a string).
At the C level, this is perfectly sane and traditional, but to a Python
programmer it is not. In the Python context, it would be more helpful to
turn these IOError exceptions into something closer to the *actual*
explanation (as descrined in the KBUS documentation).
Rationale: well, it confuses me, and I wrote the code.
Original issue reported on code.google.com by t...@tibsnjoan.co.uk on 21 Sep 2009 at 2:31
The text was updated successfully, but these errors were encountered:
Original issue reported on code.google.com by
t...@tibsnjoan.co.uk
on 21 Sep 2009 at 2:31The text was updated successfully, but these errors were encountered: