python / cpython

The Python programming language
https://www.python.org
Other
63.46k stars 30.39k forks source link

Missing module aifc ..... please check there is a missing module which is sooo irritating mee #126661

Closed hyperbeast111 closed 2 days ago

hyperbeast111 commented 2 days ago

Bug report

Bug description:

# Add a code block here, if required

CPython versions tested on:

3.13

Operating systems tested on:

Windows

skirpichev commented 2 days ago

The aifc module was removed in CPython 3.13, among others "dead batteries". It was deprecated since 3.11.

Is this your issue? If not, please describe it in more details. See https://devguide.python.org/triage/issue-tracker/#reporting-an-issue for some hints on how post useful bugreports.

ZeroIntensity commented 2 days ago

If you want the dead battery back, you can install it off PyPI.