Change for collections abstract base class
Created by: grm84
The collections.abc
was introduced at python 3.3. This is a proactive change as the original collections code will be deprecated at python3.8.
inspect.getargspec
is already deprecated.