Message362759
| Author | brandtbucher |
|---|---|
| Recipients | Aaron Hall, brandtbucher, gvanrossum, josh.r, mark.dickinson, rhettinger, scoder, serhiy.storchaka, slam, steve.dower, xtreak |
| Date | 2020-02-27.00:56:25 |
| SpamBayes Score | -1.0 |
| Marked as misclassified | Yes |
| Message-id | <1582764985.35.0.424039817352.issue36144@roundup.psfhosted.org> |
| In-reply-to |
| Content | |
|---|---|
The plan is to follow dict’s semantics. The |= operator will basically delegate to the first map in the chain. The | operator will create a new ChainMap where the first map is the merged result of the old first map, and the others are the same. So, basically update / copy-and-update, respectively. |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2020-02-27 00:56:25 | brandtbucher | set | recipients: + brandtbucher, gvanrossum, rhettinger, mark.dickinson, scoder, serhiy.storchaka, steve.dower, josh.r, Aaron Hall, slam, xtreak |
| 2020-02-27 00:56:25 | brandtbucher | set | messageid: <1582764985.35.0.424039817352.issue36144@roundup.psfhosted.org> |
| 2020-02-27 00:56:25 | brandtbucher | link | issue36144 messages |
| 2020-02-27 00:56:25 | brandtbucher | create | |