Message362666
That's a much simpler example. And of course:
>>> z[False] = False
>>> z
{0: False}
So the precedent is well established that the key doesn't get updated with the value.
No further questions, yer honour ;) |
|
| Date |
User |
Action |
Args |
| 2020-02-25 20:42:02 | steve.dower | set | recipients:
+ steve.dower, gvanrossum, rhettinger, mark.dickinson, scoder, serhiy.storchaka, josh.r, Aaron Hall, slam, xtreak, brandtbucher |
| 2020-02-25 20:42:02 | steve.dower | set | messageid: <[email protected]> |
| 2020-02-25 20:42:02 | steve.dower | link | issue36144 messages |
| 2020-02-25 20:42:02 | steve.dower | create | |
|