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 serhiy.storchaka
Recipients benjamin.peterson, eric.araujo, iritkatriel, r.david.murray, serhiy.storchaka, sir-sigurd, torsten, yselivanov
Date 2020-11-07.22:27:09
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1604788029.31.0.738580235258.issue8488@roundup.psfhosted.org>
In-reply-to
Content
Ah, all correct. In doc.py unlike to the inlined code Descriptor is a subclass of property. And since fset is None the instance is classified as a readonly property.
History
Date User Action Args
2020-11-07 22:27:09serhiy.storchakasetrecipients: + serhiy.storchaka, benjamin.peterson, eric.araujo, r.david.murray, torsten, yselivanov, sir-sigurd, iritkatriel
2020-11-07 22:27:09serhiy.storchakasetmessageid: <1604788029.31.0.738580235258.issue8488@roundup.psfhosted.org>
2020-11-07 22:27:09serhiy.storchakalinkissue8488 messages
2020-11-07 22:27:09serhiy.storchakacreate