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 ncoghlan
Recipients barry, brett.cannon, gvanrossum, larry, meador.inge, ncoghlan, skrah, tim.peters, yselivanov, zach.ware
Date 2014-01-24.10:30:42
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <CADiSq7eGLsKioboqaCLCkPXp+9s+TrRPBP5WStL0HaB8Fk-E9w@mail.gmail.com>
In-reply-to <1390535778.41.0.852746525675.issue20189@psf.upfronthosting.co.za>
Content
Note that tp_new is a static method, not a class method (the type creation
machinery takes care of passing in the right class rather than the
descriptor machinery)
History
Date User Action Args
2014-01-24 10:30:42ncoghlansetrecipients: + ncoghlan, gvanrossum, tim.peters, barry, brett.cannon, larry, skrah, meador.inge, zach.ware, yselivanov
2014-01-24 10:30:42ncoghlanlinkissue20189 messages
2014-01-24 10:30:42ncoghlancreate