Message269050
| 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:28 | Martin.Teichmann | set | recipients: + Martin.Teichmann |
| 2016-06-22 07:19:27 | Martin.Teichmann | set | messageid: <1466579967.76.0.483118833643.issue27366@psf.upfronthosting.co.za> |
| 2016-06-22 07:19:27 | Martin.Teichmann | link | issue27366 messages |
| 2016-06-22 07:19:27 | Martin.Teichmann | create | |