-
-
Notifications
You must be signed in to change notification settings - Fork 30.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Document PEP 387 Soft Deprecation #106535
Labels
docs
Documentation in the Doc dir
Comments
vstinner
added a commit
to vstinner/cpython
that referenced
this issue
Jul 7, 2023
vstinner
added a commit
to vstinner/cpython
that referenced
this issue
Jul 7, 2023
Mark the optparse module as soft deprecated.
vstinner
added a commit
that referenced
this issue
Jul 7, 2023
Mark the optparse module as soft deprecated.
vstinner
added a commit
to vstinner/cpython
that referenced
this issue
Jul 7, 2023
The getopt module exists since the initial revision of the Python source code (1990). The optparse module was added to Python 2.3. When Python 2.7 added the 3rd argparse module, the optparse module was soft deprecated. Soft deprecate the getopt module.
vstinner
added a commit
that referenced
this issue
Jul 8, 2023
The getopt module exists since the initial revision of the Python source code (1990). The optparse module was added to Python 2.3. When Python 2.7 added the 3rd argparse module, the optparse module was soft deprecated. Soft deprecate the getopt module.
vstinner
added a commit
to vstinner/cpython
that referenced
this issue
Jul 18, 2023
vstinner
added a commit
that referenced
this issue
Jul 18, 2023
Note that PEP 389 specifically stated that Follow-up on this in #126225 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Documentation
Document https://peps.python.org/pep-0387/#soft-deprecation
Linked PRs
The text was updated successfully, but these errors were encountered: