[Python-Dev] Property inheritance in Python (original) (raw)
cyberdupo56 at gmail.com cyberdupo56 at gmail.com
Wed May 30 07:58:22 CEST 2012
- Previous message: [Python-Dev] [Python-checkins] cpython: Issue #14744: Use the new _PyUnicodeWriter internal API to speed up str%args
- Next message: [Python-Dev] Property inheritance in Python
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Hi,
I apologize if I violate (or am violating) some sacred mailing list rules.
Torsten wrote back in 2010 (http://mail.python.org/pipermail/python-dev/2010-April/099672.html) about property inheritance behavior and super(). Specifically, only fget() behavior of properties work with super(), not fset() or fdel().
I apologize if there's some obvious reason this has not been addressed since then, but it seems to be expected behavior and most Pythonic, and confused me greatly when I ran into it recently. Torsten's original thread seems to have gone as if unseen, so I hesitantly bump this topic in the hopes of a resolution.
Thanks,
Allen
- Previous message: [Python-Dev] [Python-checkins] cpython: Issue #14744: Use the new _PyUnicodeWriter internal API to speed up str%args
- Next message: [Python-Dev] Property inheritance in Python
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]