-
-
Notifications
You must be signed in to change notification settings - Fork 30.8k
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
Deprecate modules listed in PEP 594 #91217
Comments
The first PR for documenting the modules is up. Once this gets merged and backported I will add a helper function in |
One thing I forgot to mention is that I will be updating What's New as the code deprecations land. |
Automerge-Triggered-By: GH:brettcannon
Automerge-Triggered-By: GH:brettcannon
Also inline necessary functionality from `sndhdr` into `email.mime.audio` for `MIMEAudio`. Co-authored-by: Hugo van Kemenade <hugovk@users.noreply.github.com>
Co-authored-by: Hugo van Kemenade <hugovk@users.noreply.github.com>
Automerge-Triggered-By: GH:brettcannon
Automerge-Triggered-By: GH:brettcannon
Is deprecating CGI a logical thing to do here? Was there any real benefit to this? There's very likely going to be breakage from this in the Python ecosystem. Deprecating CGI is kind of like deprecating HTTP or JSON or CSV.. it's a very well established standard. Just because "my current project at work" doesn't use something, doesn't mean it should go into the trashbin for everybody. Seems totally random. |
cgi has been moved to a separate package on PyPI that you can use instead: |
Yes, please read the PEP for the motivation. |
aifc
module #32134warnings._deprecated()
with asynchat, asyncore, and smtpd #32350Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.
Show more details
GitHub fields:
bugs.python.org fields:
The text was updated successfully, but these errors were encountered: