-
-
Notifications
You must be signed in to change notification settings - Fork 31k
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
gh-104773: PEP 594: Remove the aifc module #104927
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks like the cause of docs test failure
@@ -1731,7 +1731,7 @@ Modules | |||
slated for removal in Python 3.13: | |||
|
|||
+---------------------+---------------------+---------------------+---------------------+---------------------+ | |||
| :mod:`aifc` | :mod:`chunk` | :mod:`!msilib` | :mod:`!pipes` | :mod:`!telnetlib` | | |||
| :mod:`!aifc` | :mod:`chunk` | :mod:`!msilib` | :mod:`!pipes` | :mod:`!telnetlib` | |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
| :mod:`!aifc` | :mod:`chunk` | :mod:`!msilib` | :mod:`!pipes` | :mod:`!telnetlib` | | |
| :mod:`!aifc` | :mod:`chunk` | :mod:`!msilib` | :mod:`!pipes` | :mod:`!telnetlib` | |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I wrote a more complete PR: PR #104933.
@@ -1,6 +1,5 @@ | |||
# Binary data types | |||
*.aif binary | |||
*.aifc binary |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I don't think that this change is correct. The Lib/test/test_email/data/sndhdr.aifc
file should still be treated as binary by Git.
Thanks for your contribution! I merged my PR #104933 instead (more complete). |
Remove aifc module
issue #104773
📚 Documentation preview 📚: https://cpython-previews--104927.org.readthedocs.build/