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 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:51jwilksetrecipients: + jwilk
2019-03-11 17:17:51jwilksetmessageid: <1552324671.45.0.197539126339.issue36265@roundup.psfhosted.org>
2019-03-11 17:17:51jwilklinkissue36265 messages
2019-03-11 17:17:51jwilkcreate