Closed as not planned
Description
Implementation of my proposed PEP 387 "Soft Deprecation" policy: python/peps#3182
- Add SoftDeprecationWarning warning category
- Ignore these warnings by default, except in the
__main__
module (similar to PEP 565: Show DeprecationWarning in main)
As an example, I propose to soft deprecate the getopt module: PR #105735 (currently, the PR uses a regular "hard" deprecation).