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 georg.brandl
Recipients benjamin.peterson, georg.brandl, gvanrossum, mark
Date 2008-04-09.22:10:26
SpamBayes Score 0.14472058
Marked as misclassified No
Message-id <1207779027.13.0.0869887476893.issue2530@psf.upfronthosting.co.za>
In-reply-to
Content
Other than the "class.method" change you already noticed, I changed some
"method"s to "attribute"s (since they are @propertied in the source),
removed parens in :meth:`` roles, moved the constructor description into
the .. class block and did some spelling corrections.

A backport to 2.6 would be great. If you also find time to put some
docstrings in, very good.
History
Date User Action Args
2008-04-09 22:10:27georg.brandlsetspambayes_score: 0.144721 -> 0.14472058
recipients: + georg.brandl, gvanrossum, mark, benjamin.peterson
2008-04-09 22:10:27georg.brandlsetspambayes_score: 0.144721 -> 0.144721
messageid: <1207779027.13.0.0869887476893.issue2530@psf.upfronthosting.co.za>
2008-04-09 22:10:26georg.brandllinkissue2530 messages
2008-04-09 22:10:26georg.brandlcreate