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

public APIs should not swallow arbitrary invalid keyword arguments #287

Closed
3 tasks done
glyph opened this issue Aug 4, 2020 · 2 comments · Fixed by #319
Closed
3 tasks done

public APIs should not swallow arbitrary invalid keyword arguments #287

glyph opened this issue Aug 4, 2020 · 2 comments · Fixed by #319
Assignees
Labels
Milestone

Comments

@glyph
Copy link
Member

glyph commented Aug 4, 2020

This needs to be done in three steps:

  • emit a deprecation warning when emitting unused keyword arguments
  • do a release with the deprecation warning
  • remove the **kwargs entirely

#251 was both the initial report of this as well as a proposed implementation, but its author lost interest.

@twm
Copy link
Contributor

twm commented Oct 3, 2020

#297 adds deprecation warnings. It needs review.

@twm
Copy link
Contributor

twm commented Jan 25, 2021

#319 removes **kwargs entirely.

@twm twm closed this as completed in #319 Feb 2, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants