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

Allow arbitrary keyword arguments in several functions and methods #135

Merged
merged 2 commits into from
Feb 16, 2025

Conversation

agronholm
Copy link
Owner

This changes the signatures to match their standard library counterparts.

Fixes #133.

This changes the signatures to match their standard library counterparts.

Fixes #133.
@coveralls
Copy link

coveralls commented Sep 9, 2024

Pull Request Test Coverage Report for Build 13358312989

Details

  • 4 of 4 (100.0%) changed or added relevant lines in 1 file are covered.
  • No unchanged relevant lines lost coverage.
  • Overall coverage remained the same at 92.509%

Totals Coverage Status
Change from base Build 13358305400: 0.0%
Covered Lines: 531
Relevant Lines: 574

💛 - Coveralls

@agronholm agronholm merged commit f821bc5 into main Feb 16, 2025
15 checks passed
@agronholm agronholm deleted the add-kwargs branch February 16, 2025 20:01
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.

ENH: future-proof changing signature in format() and format_exception_only()
2 participants