Ilya Figotin

Results 1 issues of Ilya Figotin

Currently `from collections import Mapping` causes the following warning (with Python 3.3 and up): > DeprecationWarning: Using or importing the ABCs from 'collections' instead of from 'collections.abc' is deprecated since...