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

fillerbase: Drop usage of inspect.getargspec() #14

Merged
merged 1 commit into from
Feb 16, 2024

Conversation

jackrosenthal
Copy link
Contributor

inspect.getargspec() was deprecated in Python 3.3, and removed in Python 3.11. Change to using inspect.signature to see if the method accepts keyword arguments.

Fixes: #13

inspect.getargspec() was deprecated in Python 3.3, and removed in
Python 3.11.  Change to using inspect.signature to see if the method
accepts keyword arguments.

Fixes: TurboGears#13
@jackrosenthal
Copy link
Contributor Author

What's it take to get this merged?

@amol- amol- merged commit 67ceff7 into TurboGears:master Feb 16, 2024
0 of 12 checks passed
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

Successfully merging this pull request may close these issues.

sprox doesn't work with Python 3.11 due to usage of inspect.getargspec
2 participants