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 ivb
Recipients ivb
Date 2019-10-19.08:00:52
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1571472052.75.0.136395293008.issue38525@roundup.psfhosted.org>
In-reply-to
Content
Python 3.8.0 (tags/v3.8.0:fa919fd, Oct 14 2019, 19:37:50) [MSC v.1916 64 bit (AMD64)] on win32
Type "help", "copyright", "credits" or "license()" for more information.
>>> list(reversed({1: 1}))
[1]
>>> list(reversed({}))

================================ RESTART: Shell ================================
>>>
History
Date User Action Args
2019-10-19 08:00:52ivbsetrecipients: + ivb
2019-10-19 08:00:52ivbsetmessageid: <1571472052.75.0.136395293008.issue38525@roundup.psfhosted.org>
2019-10-19 08:00:52ivblinkissue38525 messages
2019-10-19 08:00:52ivbcreate