| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
Sorry, something went wrong.
|
Please see the PEP 594 section about aifc:
PEP 594 got accepted, so I understood that the Steering Council took these arguments in account and is fine with removing the aifc module from the Python stdlib. test_aifc uses the audioop module which prevents the removal of the audioop module. If we want to keep the aifc module but remove audioop ,test_aifc should be rewritten without audioop. |
Sorry, something went wrong.
|
Can we remove these test files as well? ./Lib/test/audiodata/pluck-ulaw.aifc ./Lib/test/audiodata/pluck-alaw.aifc ./Lib/test/Sine-1000Hz-300ms.aif |
Sorry, something went wrong.
|
Someone else wrote a less complete PR: PR #104927. |
Sorry, something went wrong.
* Remove .aifc and .aiff test files of Lib/test/audiodata/. * Remove Lib/test/Sine-1000Hz-300ms.aif test file.
Right. I remove these test files and a few more. |
Sorry, something went wrong.
|
With this change, test_wave becomes the last user of Lib/test/audiotests.py. I don't think that it's worth it to move the code into Lib/test/test_wave.py. I prefer to leave it as it is for now. The two remaining AIFC test files are used by test_email: Lib/test/test_email/data/sndhdr.aifc Lib/test/test_email/data/sndhdr.aiff |
Sorry, something went wrong.
|
The chunk module is related to AIFF: I wrote PR #104868 to remove it. |
Sorry, something went wrong.
|
I added a What's New in Python 3.13 and Changelog entry. |
Sorry, something went wrong.
The VFX platform still uses Python 3.10 in 2023 ("CY2023"): https://vfxplatform.com/ Python will be upgraded to Python 3.11 next year ("CY2024 DRAFT"). |
Sorry, something went wrong.
|
See also issue #105096: wave: Deprecate getmark(), setmark() and getmarkers() methods. |
Sorry, something went wrong.
| Back | FazBrowse Home | New Git URL |
📚 Documentation preview 📚: https://cpython-previews--104933.org.readthedocs.build/