@@ -540,14 +540,18 @@ Using ``ABC`` as a base class has essentially the same effect as specifying
540540aifc
541541----
542542
543- The :meth: `~aifc.getparams ` method now returns a namedtuple rather than a
543+ The :meth: `~aifc.aifc. getparams ` method now returns a namedtuple rather than a
544544plain tuple. (Contributed by Claudiu Popa in :issue: `17818 `.)
545545
546546:func: `aifc.open ` now supports the context manager protocol: when used in a
547547:keyword: `with ` block, the :meth: `~aifc.aifc.close ` method of the returned
548548object will be called automatically at the end of the block. (Contributed by
549549Serhiy Storchacha in :issue: `16486 `.)
550550
551+ The :meth: `~aifc.aifc.writeframesraw ` and :meth: `~aifc.aifc.writeframes `
552+ methods now accept any :term: `bytes-like object `. (Contributed by Serhiy
553+ Storchaka in :issue: `8311 `.)
554+
551555
552556argparse
553557--------
@@ -1300,6 +1304,10 @@ in :issue:`18878`.)
13001304support for writing 24 sample using the module. (Contributed by
13011305Serhiy Storchaka in :issue: `19261 `.)
13021306
1307+ The :meth: `~sunau.AU_write.writeframesraw ` and
1308+ :meth: `~sunau.AU_write.writeframes ` methods now accept any :term: `bytes-like
1309+ object `. (Contributed by Serhiy Storchaka in :issue: `8311 `.)
1310+
13031311
13041312sys
13051313---
@@ -1443,6 +1451,10 @@ by Claudiu Popa in :issue:`17616`.)
14431451<wave-write-objects>`. (Contributed by David Jones, Guilherme Polo, and Serhiy
14441452Storchaka in :issue: `5202 `.)
14451453
1454+ The :meth: `~wave.Wave_write.writeframesraw ` and
1455+ :meth: `~wave.Wave_write.writeframes ` methods now accept any :term: `bytes-like
1456+ object `. (Contributed by Serhiy Storchaka in :issue: `8311 `.)
1457+
14461458
14471459weakref
14481460-------
0 commit comments