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 ncoghlan
Recipients Arfrever, eltoder, eric.snow, ncoghlan, njs, trent
Date 2017-12-10.00:27:44
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1512865664.47.0.213398074469.issue24991@psf.upfronthosting.co.za>
In-reply-to
Content
I updated some of the issue metadata and added a question mark to the issue title to help make it clearer that this would require a PEP level conceptual enhancement to the language, rather than being about documenting an existing concept.

PEP 557's data classes take a step in that direction with their "frozen=True" parameter: https://www.python.org/dev/peps/pep-0557/#frozen-instances
History
Date User Action Args
2017-12-10 00:27:44ncoghlansetrecipients: + ncoghlan, trent, Arfrever, njs, eltoder, eric.snow
2017-12-10 00:27:44ncoghlansetmessageid: <1512865664.47.0.213398074469.issue24991@psf.upfronthosting.co.za>
2017-12-10 00:27:44ncoghlanlinkissue24991 messages
2017-12-10 00:27:44ncoghlancreate