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

Use getfullargspec() API to support Python 3.5 #11

Merged
merged 1 commit into from
Jun 6, 2016
Merged

Use getfullargspec() API to support Python 3.5 #11

merged 1 commit into from
Jun 6, 2016

Conversation

macheins
Copy link
Contributor

@macheins macheins commented Jun 6, 2016

Python 3.5 might raise a ValueError if function has keyword-only arguments or annotations. Using getfullargspec() works for now, but is already deprecated and should be replaced by using inspect.signature().

Python 3.5 might raise a ValueError if function has keyword-only arguments or annotations. Using the getfullargspec() API works for now, but is already deprecated and should be replaced by using `inspect.signature()`.
@avelino avelino merged commit 4c2306e into bottlepy:master Jun 6, 2016
@macheins macheins deleted the use-getfullargspec-api branch June 6, 2016 21:28
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.

2 participants