This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author chris.jerdonek
Recipients chris.jerdonek, docs@python, ezio.melotti, georg.brandl
Date 2012-10-12.08:37:38
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1350031058.29.0.511166408426.issue16207@psf.upfronthosting.co.za>
In-reply-to
Content
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.
History
Date User Action Args
2012-10-12 08:37:38chris.jerdoneksetrecipients: + chris.jerdonek, georg.brandl, ezio.melotti, docs@python
2012-10-12 08:37:38chris.jerdoneksetmessageid: <1350031058.29.0.511166408426.issue16207@psf.upfronthosting.co.za>
2012-10-12 08:37:38chris.jerdoneklinkissue16207 messages
2012-10-12 08:37:38chris.jerdonekcreate