We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hi @hoatle, thank you for maintaining flask-classful!
After migration to Python3.7 I am being flooded with deprecation warning - could you have a look at it?
virtualenv/python3.7.1/lib/python3.7/site-packages/flask_classful.py:382: DeprecationWarning: inspect.getargspec() is deprecated, use inspect.signature() or inspect.getfullargspec()
It might be that simple swapping of the order of this try-except would fix it: https://github.com/teracyhq/flask-classful/blob/42fa5fce1fa97b1f00813b4ce0dd13ebebdb28cc/flask_classful.py#L446-L449
The text was updated successfully, but these errors were encountered:
thank you @krassowski, this will be fixed by the next release.
Sorry, something went wrong.
@ pallets-eco#94 | inspect.getargspec() is deprecated, use inspect.si…
3159078
…gnature() or inspect.getfullargspec()
Merge pull request #95 from hoatle/improvements/#94-deprecated-messag…
f983cba
…es-removal @ #94 | inspect.getargspec() is deprecated, use inspect.signature() or inspect.getfullargspec()
cfb4d4a
0e688b9
hoatle
No branches or pull requests
Hi @hoatle, thank you for maintaining flask-classful!
After migration to Python3.7 I am being flooded with deprecation warning - could you have a look at it?
It might be that simple swapping of the order of this try-except would fix it:
https://github.com/teracyhq/flask-classful/blob/42fa5fce1fa97b1f00813b4ce0dd13ebebdb28cc/flask_classful.py#L446-L449
The text was updated successfully, but these errors were encountered: