Message1504

Author cgroves
Recipients
Date 2007-02-21.08:23:51
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
The rest of the PyBuiltinFunctions are newstyle classes, so having this as an oldstyle class causes the inheritance hierarchy to break down and things to be misidentified as not builtin_function_or_method in the checker.
History
Date User Action Args
2008-02-20 17:17:45adminlinkissue1664962 messages
2008-02-20 17:17:45admincreate