treq icon indicating copy to clipboard operation
treq copied to clipboard

Public APIs should raise an exception when passed unexpected arguments

Open evilham opened this issue 6 years ago • 0 comments

As @glyph mentioned, this is a breaking change, so it has to be done in multiple steps as per https://twisted.readthedocs.io/en/twisted-19.7.0/core/development/policy/compatibility-policy.html

  • [x] Check passed arguments and raise a warning if they are unexpected (#251).
  • [ ] Release
  • [ ] Modify method signatures so that an exception is raised

evilham avatar Aug 08 '19 09:08 evilham