anaconda-client icon indicating copy to clipboard operation
anaconda-client copied to clipboard

Import ABC from collections.abc for Python 3.9 compatibility.

Open tirkarthi opened this issue 4 years ago • 0 comments

Importing ABC from collections module will raise ImportError in Python 3.9 and raises DeprecationWarning from 3.4 . Hence use collections.abc and also preserve compatibility with Python 2. Ref : https://github.com/python/cpython/pull/10596

tirkarthi avatar Dec 07 '19 07:12 tirkarthi