tdr-autosync / mi-lib-django_memoize

An implementation of memoization technique for Django

Home Page:http://django-memoize.readthedocs.io/en/latest/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Deprecation warning

wrvdklooster opened this issue · comments

I see the following deprecation warning in Python 3.5.2:

python3.5/site-packages/memoize/__init__.py:28: DeprecationWarning: inspect.getargspec() is deprecated, use inspect.signature() instead argspec = inspect.getargspec(f)

See #24 for a potential fix for this

@therefromhere thanks, indeed the same issue.

Closing this as duplicate of #24