Since people seem to like the warnings._deprecate()
idea I will see if I can get around to fleshing out the design and then open an issue and PR for it (I’ll post those details here as they happen since I have no clue when I will get around to it ).
1 Like
feel free to tag me as a PR reviewer.
No need to use PendingDeprecationWarning, if it is deprecated.
There should really be three stages:
-
PendingDeprecationWarning
When you’re considering deprecation, and want some user feedback. -
DeprecationWarning
When you decided on it two releases before. -
ImminentDeprecationWarning
For the final release before the deprecation.
(joke fyi)
1 Like