Raymond Hettinger added the comment:

I also don't think this is worth it.  The extra wording will likely cause more 
confusion that it clears up.

Also, calling a staticmethod from within a class isn't a common thing to do.  
The principal use case for Python's static methods is to attach a function to a 
class for the sole purpose of making it findable by someone using that class.

----------
nosy: +rhettinger
status: pending -> open

_______________________________________
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