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 yan12125
Recipients eamanu, mbussonn, miss-islington, p-ganssle, rhettinger, serhiy.storchaka, stutzbach, xtreak, yan12125
Date 2019-10-07.13:24:31
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <[email protected]>
In-reply-to
Content
Lib/collections/__init__.py on branch 3.7 still states:

> Using or importing the ABCs from 'collections' instead of from 'collections.abc' is deprecated, and in 3.8 it will stop working

I think it should also be updated (hopefully before 3.7.5?) as the actual removal turns out to be in 3.9.
History
Date User Action Args
2019-10-07 13:24:31yan12125setrecipients: + yan12125, rhettinger, stutzbach, serhiy.storchaka, mbussonn, p-ganssle, eamanu, miss-islington, xtreak
2019-10-07 13:24:31yan12125setmessageid: <[email protected]>
2019-10-07 13:24:31yan12125linkissue36953 messages
2019-10-07 13:24:31yan12125create