R. David Murray added the comment:

It is documented how to call a static method when you don't have an instance.  
So when you don't (for example, inside a static method on the same class) you 
use that form (call the method on the class name).

I realize you don't find this clear, but as Raymond says it is time to stop 
arguing about it; our rule is that the status quo wins when agreement is not 
reached for a change.

Closing.

----------
resolution:  -> not a bug
stage:  -> resolved
status: open -> closed

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue10438>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to