Use collections.abc for Mapping, Iterable
Description
Importing abstract classes from collections
rather than collections.abc
will stop working in python 3.8, this MR imports the abstract classes from the right place in _yaml.py
and _frontend/complete.py
, which were using collections.
This merge request, when approved, will close: #831 (closed)
Edited by Javier Jardón