[Python-Dev] Pre-PEP: Attribute Access Handlers v2

Gordon McMillan gmcm@hypernet.com
Fri, 21 Jul 2000 13:45:27 -0400


> I don't have a PEP number for this yet but I wanted to go through
> another round of comments after changing the mechanism according
> to Don Beaudry's suggestions.

[snip]

> Proposed Implementation
> 
>     There is a new object called a computed attribute object. It
>     has three attributes: get, set, delete.

raise InternalInconsistencyError


- Gordon