Skip to content

gh-104773: PEP 594: Remove the aifc module - #104927

Closed
fatelei wants to merge 1 commit into
python:mainfrom
fatelei:remove_aifc
Closed

gh-104773: PEP 594: Remove the aifc module#104927
fatelei wants to merge 1 commit into
python:mainfrom
fatelei:remove_aifc

Conversation

@fatelei

@fateleifatelei commented May 25, 2023

Copy link
Copy Markdown
Contributor

@ghost

ghost commented May 25, 2023

Copy link
Copy Markdown

All commit authors signed the Contributor License Agreement.
CLA signed

@hugovkhugovk changed the title gh-104773: remove aifc modulegh-104773: Remove the aifc moduleMay 25, 2023
@hugovkhugovk changed the title gh-104773: Remove the aifc modulegh-104773: PEP 594: Remove the aifc moduleMay 25, 2023

@DBJimDBJim left a comment

Copy link
Copy Markdown
Contributor

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

Comment threadDoc/whatsnew/3.11.rst

+---------------------+---------------------+---------------------+---------------------+---------------------+
| :mod:`aifc` | :mod:`chunk` | :mod:`!msilib` | :mod:`!pipes` | :mod:`!telnetlib` |
| :mod:`!aifc` | :mod:`chunk` | :mod:`!msilib` | :mod:`!pipes` | :mod:`!telnetlib` |

Copy link
Copy Markdown
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` |

@vstinnervstinner left a comment

Copy link
Copy Markdown
Member

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.

Comment thread.gitattributes
@@ -1,6 +1,5 @@
# Binary data types
*.aif binary
*.aifc binary

Copy link
Copy Markdown
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
Copy Markdown
Member

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

Sign up for freeto 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

@fatelei@vstinner@DBJim@bedevere-bot