[issue29776] Modernize properties

Ethan Furman report at bugs.python.org
Thu Mar 9 12:32:29 EST 2017


Ethan Furman added the comment:

Have you made sure nothing calls the replaced functions manually?

Such as:

    ...
    self._set_foo(9)
    ...

----------
nosy: +ethan.furman

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue29776>
_______________________________________


More information about the Python-bugs-list mailing list