-
-
Notifications
You must be signed in to change notification settings - Fork 32.4k
Closed as not planned
Labels
type-featureA feature request or enhancementA feature request or enhancement
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).
Linked PRs
Metadata
Metadata
Assignees
Labels
type-featureA feature request or enhancementA feature request or enhancement