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.07:46:06
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1350027967.08.0.495197354261.issue16207@psf.upfronthosting.co.za>
In-reply-to
Content
I think I would be more okay with this if it weren't for the fact that some functions also appear indented under their class entries (making them look like methods).  Right now, there's no visual distinction between the functions and the methods.  Prefixing the methods with the class name or moving the functions above the class definition would address this.
History
Date User Action Args
2012-10-12 07:46:07chris.jerdoneksetrecipients: + chris.jerdonek, georg.brandl, ezio.melotti, docs@python
2012-10-12 07:46:07chris.jerdoneksetmessageid: <1350027967.08.0.495197354261.issue16207@psf.upfronthosting.co.za>
2012-10-12 07:46:07chris.jerdoneklinkissue16207 messages
2012-10-12 07:46:06chris.jerdonekcreate