Ronald Oussoren <ronaldousso...@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 <rep...@bugs.python.org> <http://bugs.python.org/issue11916> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com