Chris Jerdonek added the comment:

So it looks like the class name gets stripped when rendering if you prefix the 
method name with the class name and the methods are nested beneath the class.

So it seems like the options are to either (1) move the non-methods outside the 
class (e.g. before the class), or (2) clearly divide the methods and 
non-methods into two groups (e.g. "These are the operations..." and "These are 
the methods...").  I lean towards the latter.  And it would be a smaller change.

----------

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

Reply via email to