[issue37324] collections: remove deprecated aliases to ABC classes
Chih-Hsuan Yen
report at bugs.python.org
Wed Jul 24 22:39:51 EDT 2019
Chih-Hsuan Yen <yan12125 at gmail.com> added the comment:
In CPython commit 5380def8269b24a8a3bc46396373a1dc91b1dd1a, bundled pip is updated to 19.2.1, and since pip 19.2 an html5lib patch is backported [1] to "prefer importing from collections.abc instead of collections" [2]. I believe https://github.com/python/cpython/pull/10596 can be revisited now.
[1] https://github.com/pypa/pip/commit/ef7ca1472c1fdd085cffb8183b7ce8abbe9e2800
[2] https://github.com/pypa/pip/commit/3d6bb3a29676f880e84014d98afcb5ac74a9844e
----------
nosy: +yan12125
_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue37324>
_______________________________________
More information about the Python-bugs-list
mailing list