Message 319376 - Python tracker

Message319376

Author r.david.murray
Recipients adelfino, docs@python, methane, r.david.murray
Date 2018-06-12.12:21:26
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1528806086.97.0.475983251502.issue33819@psf.upfronthosting.co.za>
In-reply-to
Content
Message/EmailMessage are intentionally mimicing the full dictionary API, not just the Mapping API (with a couple exceptions and several extensions).  But it is important to mention that it is ordered, both for the reason INADA stgtes, and because the text goes on to discuss the handling of duplicate headers and what happens when you add and delete headers.  While this turns out to be almost the same as the rules used by a standard python dictionary, that is partially a coincidence....other ordering rules could have been chosen.
History
Date User Action Args
2018-06-12 12:21:27r.david.murraysetrecipients: + r.david.murray, methane, docs@python, adelfino
2018-06-12 12:21:26r.david.murraysetmessageid: <1528806086.97.0.475983251502.issue33819@psf.upfronthosting.co.za>
2018-06-12 12:21:26r.david.murraylinkissue33819 messages
2018-06-12 12:21:26r.david.murraycreate