Issue1664962

classification
Title: PyBuiltinFunctionSet isn't newstyle
Type: Severity: normal
Components: Core Versions:
Milestone:
process
Status: closed Resolution: fixed
Dependencies: Superseder:
Assigned To: Nosy List: cgroves
Priority: normal Keywords:

Created on 2007-02-21.08:23:51 by cgroves, last changed 2007-02-27.22:41:10 by cgroves.

Messages
msg1504 (view) Author: Charlie Groves (cgroves) Date: 2007-02-21.08:23:51
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.
msg1505 (view) Author: Charlie Groves (cgroves) Date: 2007-02-27.22:41:10
fixed in r3125
History
Date User Action Args
2007-02-21 08:23:51cgrovescreate