[issue6761] Class calling

2009-08-24 Thread Stephen Fairchild
Stephen Fairchild added the comment: On further reading it seems my objections only apply to new style classes. -- ___ Python tracker <http://bugs.python.org/issue6

[issue6761] Class calling

2009-08-22 Thread Stephen Fairchild
New submission from Stephen Fairchild : From: http://docs.python.org/reference/datamodel.html#the-standard-type-hierarchy "Class instances Class instances are described below. Class instances are callable only when the class has a __call__() method; x(arguments) is a shorthand