This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author ronaldoussoren
Recipients ned.deily, pcarrier, ronaldoussoren
Date 2011-05-07.07:41:01
SpamBayes Score 9.346944e-07
Marked as misclassified No
Message-id <1304754062.02.0.972967297859.issue11916@psf.upfronthosting.co.za>
In-reply-to
Content
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
>>>
History
Date User Action Args
2011-05-07 07:41:02ronaldoussorensetrecipients: + ronaldoussoren, ned.deily, pcarrier
2011-05-07 07:41:02ronaldoussorensetmessageid: <1304754062.02.0.972967297859.issue11916@psf.upfronthosting.co.za>
2011-05-07 07:41:01ronaldoussorenlinkissue11916 messages
2011-05-07 07:41:01ronaldoussorencreate