mirror of
https://github.com/python/cpython.git
synced 2025-08-04 17:08:35 +00:00
whatsnew: sunau/aifc/wave writeframes[raw] accept any bytes-like (#8311)
This commit is contained in:
parent
5d6240e871
commit
cbf479ae64
4 changed files with 19 additions and 7 deletions
|
@ -251,7 +251,7 @@ AU_write objects, as returned by :func:`.open` above, have the following methods
|
|||
Write audio frames, without correcting *nframes*.
|
||||
|
||||
.. versionchanged:: 3.4
|
||||
Any :term:`bytes-like object`\ s are now accepted.
|
||||
Any :term:`bytes-like object` is now accepted.
|
||||
|
||||
|
||||
.. method:: AU_write.writeframes(data)
|
||||
|
@ -259,7 +259,7 @@ AU_write objects, as returned by :func:`.open` above, have the following methods
|
|||
Write audio frames and make sure *nframes* is correct.
|
||||
|
||||
.. versionchanged:: 3.4
|
||||
Any :term:`bytes-like object`\ s are now accepted.
|
||||
Any :term:`bytes-like object` is now accepted.
|
||||
|
||||
|
||||
.. method:: AU_write.close()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue