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 steve.dower
Recipients Aaron Hall, brandtbucher, gvanrossum, josh.r, mark.dickinson, rhettinger, scoder, serhiy.storchaka, slam, steve.dower, xtreak
Date 2020-02-25.20:42:02
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1582663322.52.0.131019562708.issue36144@roundup.psfhosted.org>
In-reply-to
Content
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 ;)
History
Date User Action Args
2020-02-25 20:42:02steve.dowersetrecipients: + steve.dower, gvanrossum, rhettinger, mark.dickinson, scoder, serhiy.storchaka, josh.r, Aaron Hall, slam, xtreak, brandtbucher
2020-02-25 20:42:02steve.dowersetmessageid: <1582663322.52.0.131019562708.issue36144@roundup.psfhosted.org>
2020-02-25 20:42:02steve.dowerlinkissue36144 messages
2020-02-25 20:42:02steve.dowercreate