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 Martin.Teichmann
Recipients Martin.Teichmann
Date 2016-06-22.07:19:25
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1466579967.76.0.483118833643.issue27366@psf.upfronthosting.co.za>
In-reply-to
Content
This is the implementation of PEP 487.

It adds a metaclass to types that calls a method on a class
once it is subclassed. This way one can customize the creation
of classes without the need to write an own metaclass.

As a second functionality, it calls a method on each descriptor
in a class, such that descriptors know their name.
History
Date User Action Args
2016-06-22 07:19:28Martin.Teichmannsetrecipients: + Martin.Teichmann
2016-06-22 07:19:27Martin.Teichmannsetmessageid: <1466579967.76.0.483118833643.issue27366@psf.upfronthosting.co.za>
2016-06-22 07:19:27Martin.Teichmannlinkissue27366 messages
2016-06-22 07:19:27Martin.Teichmanncreate