Open
Description
Currently all deprecations are treated as if they're completed in the typing stub files, causing type checkers to produce warnings when using deprecated functions/arguments similar to how DeprecationWarning
s are issued during runtime. This behavior is not documented anywhere though and could use a paragraph or two in the typing docs.