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 Mark.Shannon, arigo, belopolsky, benjamin.peterson, ncoghlan, njs, xdegaye, xgdomingo, yselivanov
Date 2017-10-22.06:26:46
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1508653607.32.0.213398074469.issue30744@psf.upfronthosting.co.za>
In-reply-to
Content
I rewrote the PEP based on the latest iteration of the design concept: https://github.com/python/peps/commit/9a8e590a523bdeed0598084a0782fb07fc15dfc0

(That initial commit has some minor errors in it that I've already fixed, so check the latest version in the repo if you spot anything else - if I'd thought it through properly, I would have submitted the update as a PR, so folks had a place to more easily make line-by-line comments)

I genuinely like this version, and I think it should be reasonably straightforward to implement (given that types.MappingProxyType already exists).
History
Date User Action Args
2017-10-22 06:26:47ncoghlansetrecipients: + ncoghlan, arigo, belopolsky, benjamin.peterson, njs, xdegaye, Mark.Shannon, yselivanov, xgdomingo
2017-10-22 06:26:47ncoghlansetmessageid: <1508653607.32.0.213398074469.issue30744@psf.upfronthosting.co.za>
2017-10-22 06:26:47ncoghlanlinkissue30744 messages
2017-10-22 06:26:46ncoghlancreate