Message3609

Author ericjacobs
Recipients ericjacobs
Date 2008-09-20.16:33:12
SpamBayes Score 1.5356605e-05
Marked as misclassified No
Message-id <1221928393.97.0.84928194045.issue1134@psf.upfronthosting.co.za>
In-reply-to
Content
Some built-in functions are getting a type assigned based on their java
implementation. However, Python expects all built-in functions have the
same type.

fixing this resolves the "max" failures in test_copy.

>>> type(max)
<type 'builtin_function_or_method'>
History
Date User Action Args
2008-09-20 16:33:14ericjacobssetrecipients: + ericjacobs
2008-09-20 16:33:13ericjacobssetmessageid: <1221928393.97.0.84928194045.issue1134@psf.upfronthosting.co.za>
2008-09-20 16:33:13ericjacobslinkissue1134 messages
2008-09-20 16:33:13ericjacobscreate