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 daniel.urban
Recipients belopolsky, daniel.urban, eli.bendersky, eric.araujo, ezio.melotti, georg.brandl, ncoghlan, rhettinger, vinay.sajip, vstinner
Date 2011-02-06.11:26:07
SpamBayes Score 0.07718665
Marked as misclassified No
Message-id <1296991568.34.0.457540189459.issue11071@psf.upfronthosting.co.za>
In-reply-to
Content
In the abc.abstractclassmethod example(http://docs.python.org/dev/py3k/whatsnew/3.2.html#abc), the methods probably should use cls as the name of the first parameter, not self, because they are classmethods.
History
Date User Action Args
2011-02-06 11:26:08daniel.urbansetrecipients: + daniel.urban, georg.brandl, rhettinger, vinay.sajip, ncoghlan, belopolsky, vstinner, ezio.melotti, eric.araujo, eli.bendersky
2011-02-06 11:26:08daniel.urbansetmessageid: <1296991568.34.0.457540189459.issue11071@psf.upfronthosting.co.za>
2011-02-06 11:26:07daniel.urbanlinkissue11071 messages
2011-02-06 11:26:07daniel.urbancreate