[Python-Dev] PEP 549 v2: now titled Instance Descriptors (original) (raw)
Larry Hastings larry at hastings.org
Fri Sep 8 15:44:26 EDT 2017
- Previous message (by thread): [Python-Dev] Lazy initialization of module global state
- Next message (by thread): [Python-Dev] PEP 549 v2: now titled Instance Descriptors
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
I've updated PEP 549 with a new title--"Instance Descriptors" is a better name than "Instance Properties"--and to clarify my rationale for the PEP. I've also updated the prototype with code cleanups and a new type: "collections.abc.InstanceDescriptor", a base class that allows user classes to be instance descriptors.
//arry/ -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://mail.python.org/pipermail/python-dev/attachments/20170908/3c8474de/attachment-0001.html>
- Previous message (by thread): [Python-Dev] Lazy initialization of module global state
- Next message (by thread): [Python-Dev] PEP 549 v2: now titled Instance Descriptors
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]