[Python-Dev] Declaring setters with getters

Raymond Hettinger python at rcn.com
Wed Oct 31 19:12:11 CET 2007


> and have a matching propdel decorator?

-1. That would be a complete waste of builtin space.
Put stuff in when it is really needed.  Ideas are
not required to automatically propagate from the
commonly used cases to the rarely used cases.


Raymond


More information about the Python-Dev mailing list