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:27 | r.david.murray | set | recipients: + r.david.murray, methane, docs@python, adelfino |
| 2018-06-12 12:21:26 | r.david.murray | set | messageid: <1528806086.97.0.475983251502.issue33819@psf.upfronthosting.co.za> |
| 2018-06-12 12:21:26 | r.david.murray | link | issue33819 messages |
| 2018-06-12 12:21:26 | r.david.murray | create | |