Skip to content
New issue

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

DeprecationWarning: inspect.getargspec() is deprecated since Python 3.0 #10

Open
tonal opened this issue Sep 6, 2020 · 0 comments
Open

Comments

@tonal
Copy link

tonal commented Sep 6, 2020

DeprecationWarning: inspect.getargspec() is deprecated since Python 3.0, use inspect.signature() or inspect.getfullargspec()
  args = inspect.getargspec(context.callback)[0]
tonal added a commit to tonal/bottle-mongo that referenced this issue Jan 18, 2023
Correct DeprecationWarning: inspect.getargspec - bottlepy#10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant