Skip to content
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

Closed
wants to merge 1 commit into from

Conversation

fatelei
Copy link

@fatelei fatelei commented May 25, 2023

@cpython-cla-bot
Copy link

cpython-cla-bot bot commented May 25, 2023

All commit authors signed the Contributor License Agreement.
CLA signed

@hugovk hugovk changed the title gh-104773: remove aifc module gh-104773: Remove the aifc module May 25, 2023
@hugovk hugovk changed the title gh-104773: Remove the aifc module gh-104773: PEP 594: Remove the aifc module May 25, 2023
Copy link
Contributor

@DBJim DBJim left a 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` |
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
| :mod:`!aifc` | :mod:`chunk` | :mod:`!msilib` | :mod:`!pipes` | :mod:`!telnetlib` |
| :mod:`!aifc` | :mod:`chunk` | :mod:`!msilib` | :mod:`!pipes` | :mod:`!telnetlib` |

Copy link
Member

@vstinner vstinner left a 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
Copy link
Member

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.

@vstinner
Copy link
Member

Thanks for your contribution! I merged my PR #104933 instead (more complete).

@vstinner vstinner closed this May 25, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants