[issue11071] What's New review comments

Daniel Urban report at bugs.python.org
Sun Feb 6 12:26:08 CET 2011


Daniel Urban <urban.dani+py at gmail.com> added the comment:

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.

----------
nosy: +durban

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue11071>
_______________________________________


More information about the Python-bugs-list mailing list