mirror of
https://github.com/python/cpython.git
synced 2025-08-04 08:59:19 +00:00
bpo-37320: Remove openfp() of aifc, sunau and wave (GH-14169)
aifc.openfp() alias to aifc.open(), sunau.openfp() alias to sunau.open(), and wave.openfp() alias to wave.open() have been removed. They were deprecated since Python 3.7.
This commit is contained in:
parent
8fac122109
commit
ac7b1a3f32
12 changed files with 29 additions and 69 deletions
|
@ -105,9 +105,7 @@ class WavePCM32Test(WaveTest, unittest.TestCase):
|
|||
frames = byteswap(frames, 4)
|
||||
|
||||
|
||||
class MiscTestCase(audiotests.AudioMiscTests, unittest.TestCase):
|
||||
module = wave
|
||||
|
||||
class MiscTestCase(unittest.TestCase):
|
||||
def test__all__(self):
|
||||
blacklist = {'WAVE_FORMAT_PCM'}
|
||||
support.check__all__(self, wave, blacklist=blacklist)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue