Currently autokey compares an 'errno' values with an hardcoded numeric value,
instead of using the constants of the 'errno' Python module.
This can lead to bugs due to E* values being potentially different per-OS, and
even per-arch for the same OS.
The attached patch (made on SVN trunk r333) fixes the issues.
Original issue reported on code.google.com by toscano....@tiscali.it on 17 Sep 2011 at 10:27
Original issue reported on code.google.com by
toscano....@tiscali.it
on 17 Sep 2011 at 10:27Attachments: