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 eric.araujo
Recipients docs@python, eric.araujo, python-dev, sandro.tosi
Date 2011-07-18.14:07:41
SpamBayes Score 0.00032006434
Marked as misclassified No
Message-id <1310998062.17.0.320532219765.issue12479@psf.upfronthosting.co.za>
In-reply-to
Content
Ah, I see that the class is referenced earlier in the file, and that its methods come after.  I’d put the class definition just before the methods.  (I would even refactor the reST to use nested class/method combo, but that’s a minor markup cleanup, not a content improvement.)
History
Date User Action Args
2011-07-18 14:07:42eric.araujosetrecipients: + eric.araujo, sandro.tosi, docs@python, python-dev
2011-07-18 14:07:42eric.araujosetmessageid: <1310998062.17.0.320532219765.issue12479@psf.upfronthosting.co.za>
2011-07-18 14:07:41eric.araujolinkissue12479 messages
2011-07-18 14:07:41eric.araujocreate