Message337688
| Author | jwilk |
|---|---|
| Recipients | jwilk |
| Date | 2019-03-11.17:17:51 |
| SpamBayes Score | -1.0 |
| Marked as misclassified | Yes |
| Message-id | <1552324671.45.0.197539126339.issue36265@roundup.psfhosted.org> |
| In-reply-to |
| Content | |
|---|---|
This happens with Python from git master (d9bd8ec2a4): >>> from collections import Hashable <stdin>:1: DeprecationWarning: Using or importing the ABCs from 'collections' instead of from 'collections.abc' is deprecated, and in 3.8 it will stop working I was already already using Python 3.8, so I expected the import to fail, as promised in the warning message. |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2019-03-11 17:17:51 | jwilk | set | recipients: + jwilk |
| 2019-03-11 17:17:51 | jwilk | set | messageid: <1552324671.45.0.197539126339.issue36265@roundup.psfhosted.org> |
| 2019-03-11 17:17:51 | jwilk | link | issue36265 messages |
| 2019-03-11 17:17:51 | jwilk | create | |