Co-authored-by: Adam Turner <9087854+AA-Turner@users.noreply.github.com>
* Starting with Python 3.3, importing ABCs from :mod:`collections` was
deprecated, and importing should be done from :mod:`collections.abc`. Being
able to import from collections was marked for removal in 3.8, but has been
- delayed to 3.9. (See :issue:`36952`.)
+ delayed to 3.9. (See :gh:`81134`.)
* The :mod:`macpath` module, deprecated in Python 3.7, has been removed.
(Contributed by Victor Stinner in :issue:`35471`.)