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 r.david.murray
Recipients docs@python, py.user, r.david.murray, rhettinger
Date 2013-06-25.20:35:31
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1372192531.22.0.322141259374.issue18301@psf.upfronthosting.co.za>
In-reply-to
Content
It is implemented as a classmethod, but the "equivalent" code doesn't need to be part of the class all.  I'm not sure what should be done here (say @staticmethod?  Leave the decorator off?).  We should probably see what Raymond thinks.  I lean toward the latter, that's the way it is in the python2 docs, and it doesn't seem to have caused any confusion.
History
Date User Action Args
2013-06-25 20:35:31r.david.murraysetrecipients: + r.david.murray, rhettinger, docs@python, py.user
2013-06-25 20:35:31r.david.murraysetmessageid: <1372192531.22.0.322141259374.issue18301@psf.upfronthosting.co.za>
2013-06-25 20:35:31r.david.murraylinkissue18301 messages
2013-06-25 20:35:31r.david.murraycreate