twisted / treq

Python requests like API built on top of Twisted's HTTP client.
Other
587 stars 140 forks source link

public APIs should not swallow arbitrary invalid keyword arguments #287

Closed glyph closed 3 years ago

glyph commented 4 years ago

This needs to be done in three steps:

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

twm commented 4 years ago

https://github.com/twisted/treq/pull/297 adds deprecation warnings. It needs review.

twm commented 3 years ago

https://github.com/twisted/treq/pull/319 removes **kwargs entirely.