diff options
author | R David Murray <rdmurray@bitdance.com> | 2014-03-08 16:46:05 (GMT) |
---|---|---|
committer | R David Murray <rdmurray@bitdance.com> | 2014-03-08 16:46:05 (GMT) |
commit | cbf479ae64818cde38e2e3d00f4c3ef26ca84e68 (patch) | |
tree | 82494a4d979209d1731c2d5f193a4abc65f0be18 /Doc/library/sunau.rst | |
parent | 5d6240e871dc33c18e77d02cc9f60d4003bd25d4 (diff) | |
download | cpython-cbf479ae64818cde38e2e3d00f4c3ef26ca84e68.zip cpython-cbf479ae64818cde38e2e3d00f4c3ef26ca84e68.tar.gz cpython-cbf479ae64818cde38e2e3d00f4c3ef26ca84e68.tar.bz2 |
whatsnew: sunau/aifc/wave writeframes[raw] accept any bytes-like (#8311)
Diffstat (limited to 'Doc/library/sunau.rst')
-rw-r--r-- | Doc/library/sunau.rst | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Doc/library/sunau.rst b/Doc/library/sunau.rst index 15c06b5..a94ae08 100644 --- a/Doc/library/sunau.rst +++ b/Doc/library/sunau.rst @@ -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() |