Merged
Here is a merge request for an issue with Python 3. When displaying the signature using pycomplete, inspect.getargspec() does not work with keyword-only arguments in Python 3, inspect.getfullargspec() has to be used. Besides this, I fixed the unit tests to run on the current (Ubuntu) versions of Python 2 and 3.