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 SilentGhost
Recipients SilentGhost, VertigoRay, paul.moore, steve.dower, tim.golden, zach.ware
Date 2016-05-14.07:08:20
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1463209700.55.0.55995114654.issue27017@psf.upfronthosting.co.za>
In-reply-to
Content
This is exactly how methods on Python object have been behaving for year: any method can be called either as method on instance, or as method on class, with instance passed as the first argument.
History
Date User Action Args
2016-05-14 07:08:20SilentGhostsetrecipients: + SilentGhost, paul.moore, tim.golden, zach.ware, steve.dower, VertigoRay
2016-05-14 07:08:20SilentGhostsetmessageid: <1463209700.55.0.55995114654.issue27017@psf.upfronthosting.co.za>
2016-05-14 07:08:20SilentGhostlinkissue27017 messages
2016-05-14 07:08:20SilentGhostcreate