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 Stub2
Recipients My-Tien Nguyen, Stub2, eric.smith, facundobatista, steve.dower, xtreak
Date 2020-04-06.06:03:29
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1586153009.6.0.746303580757.issue34972@roundup.psfhosted.org>
In-reply-to
Content
Similarly, keys can be lost entirely:

>>> json.dumps({1:2, 1.0:3})
'{"1": 3}'
History
Date User Action Args
2020-04-06 06:03:29Stub2setrecipients: + Stub2, facundobatista, eric.smith, steve.dower, xtreak, My-Tien Nguyen
2020-04-06 06:03:29Stub2setmessageid: <1586153009.6.0.746303580757.issue34972@roundup.psfhosted.org>
2020-04-06 06:03:29Stub2linkissue34972 messages
2020-04-06 06:03:29Stub2create