Message354931
| 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:52 | ivb | set | recipients: + ivb |
| 2019-10-19 08:00:52 | ivb | set | messageid: <1571472052.75.0.136395293008.issue38525@roundup.psfhosted.org> |
| 2019-10-19 08:00:52 | ivb | link | issue38525 messages |
| 2019-10-19 08:00:52 | ivb | create | |