[issue11916] A few errnos from OSX

Ronald Oussoren report at bugs.python.org
Sat May 7 09:41:02 CEST 2011


Ronald Oussoren <ronaldoussoren at mac.com> added the comment:

And the patch works properly, with the patch applied (except for the two names I mentioned earlier):


$ DYLD_FRAMEWORK_PATH=$PWD ./python.exe
Python 3.3a0 (default:5fa92a47016c+, May  7 2011, 09:36:44) 
[GCC 4.2.1 (Apple Inc. build 5666) (dot 3)] on darwin
Type "help", "copyright", "credits" or "license" for more information.
>>> import errno
>>> errno.EAUTH
80
>>> errno.ECANCELED
89
>>> errno.ENOTSUP
45
>>> errno.EPROGMISMATCH
75
>>>

----------

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue11916>
_______________________________________


More information about the Python-bugs-list mailing list