1 new commit in py:
https://bitbucket.org/hpk42/py/changeset/4919f3a2d859/ changeset: 4919f3a2d859 user: RonnyPfannschmidt date: 2012-04-07 14:40:40 summary: add windows error 21 - device busy/unavailiable affected #: 1 file diff -r c909e27940574490119488ac0e94daebaa37e1bc -r 4919f3a2d859d884c028a9316a68d825aa1df685 py/_error.py --- a/py/_error.py +++ b/py/_error.py @@ -23,6 +23,7 @@ 2: errno.ENOENT, 3: errno.ENOENT, 17: errno.EEXIST, + 21: errno.EBUSY, # empty cd drive, but ENOMEDIUM seems unavailiable 22: errno.ENOTDIR, 267: errno.ENOTDIR, 5: errno.EACCES, # anything better? Repository URL: https://bitbucket.org/hpk42/py/ -- This is a commit notification from bitbucket.org. You are receiving this because you have the service enabled, addressing the recipient of this email. _______________________________________________ py-svn mailing list py-svn@codespeak.net http://codespeak.net/mailman/listinfo/py-svn