This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author rhettinger
Recipients rhettinger
Date 2019-03-22.23:33:11
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1553297591.74.0.51904377486.issue36401@roundup.psfhosted.org>
In-reply-to
Content
For property objects, we have to look at *fset* and *fdel* to find-out whether they are assignable:

    >>> A.rop.fset is None
    True
    >>> A.wandr.fset is None
    False
History
Date User Action Args
2019-03-22 23:33:11rhettingersetrecipients: + rhettinger
2019-03-22 23:33:11rhettingersetmessageid: <1553297591.74.0.51904377486.issue36401@roundup.psfhosted.org>
2019-03-22 23:33:11rhettingerlinkissue36401 messages
2019-03-22 23:33:11rhettingercreate