galgebra icon indicating copy to clipboard operation
galgebra copied to clipboard

Fix deprecation warning in galgebra.lt

Open utensil opened this issue 5 years ago • 0 comments

Mark it and fix it later.

galgebra/galgebra/lt.py:776: DeprecationWarning: inspect.getargspec() is deprecated since Python 3.0, use inspect.signature() or inspect.getfullargspec()
    args, _varargs, _kwargs, _defaults = inspect.getargspec(f)

utensil avatar May 09 '20 09:05 utensil