[issue31985] Deprecate openfp() in aifc, sunau and wave

2019-06-17 Thread STINNER Victor
STINNER Victor added the comment: I created bpo-37320: "aifc, sunau, wave: remove deprecated openfp() function". -- nosy: +vstinner resolution: -> fixed stage: patch review -> resolved status: open -> closed ___ Python tracker

[issue31985] Deprecate openfp() in aifc, sunau and wave

2017-11-10 Thread Brian Curtin
Brian Curtin added the comment: New changeset 9f914a01affc55abe799afc521ce71612bb495a5 by Brian Curtin in branch 'master': bpo-31985: Deprecate openfp in aifc, sunau, and wave (#4344) https://github.com/python/cpython/commit/9f914a01affc55abe799afc521ce71612bb495a5 -- __

[issue31985] Deprecate openfp() in aifc, sunau and wave

2017-11-09 Thread Brian Curtin
Brian Curtin added the comment: I think https://github.com/python/cpython/pull/4344 covers what you're looking for. -- ___ Python tracker ___ _

[issue31985] Deprecate openfp() in aifc, sunau and wave

2017-11-09 Thread Serhiy Storchaka
Serhiy Storchaka added the comment: audiotests.py. Create class AudioMiscTests and inherit classes AifcMiscTest, SunauMiscTest, WaveMiscTest from it instead of AudioTests. There is more work because there was no base for misc tests, but this will make adding other common misc test easier. --

[issue31985] Deprecate openfp() in aifc, sunau and wave

2017-11-09 Thread Brian Curtin
Brian Curtin added the comment: Serhiy, where should a common test that covers all three of these go? I'm not seeing an obvious place for it. -- ___ Python tracker ___ ___

[issue31985] Deprecate openfp() in aifc, sunau and wave

2017-11-09 Thread Serhiy Storchaka
Change by Serhiy Storchaka : -- title: Deprecate aifc.openfp -> Deprecate openfp() in aifc, sunau and wave ___ Python tracker ___ ___