]> granicus.if.org Git - python/commitdiff
whatsnew: auidioop.byteswap (#16685).
authorR David Murray <rdmurray@bitdance.com>
Mon, 10 Mar 2014 00:42:49 +0000 (20:42 -0400)
committerR David Murray <rdmurray@bitdance.com>
Mon, 10 Mar 2014 00:42:49 +0000 (20:42 -0400)
Doc/library/audioop.rst
Doc/whatsnew/3.4.rst

index faf991694dec780aa2ca96265e5c026e978617f1..ce127aa06a61b1d965033c6c300d6bfdbe555d20 100644 (file)
@@ -80,7 +80,7 @@ The module defines the following variables and functions:
    "Byteswap" all samples in a fragment and returns the modified fragment.
    Converts big-endian samples to little-endian and vice versa.
 
-   .. versionadded: 3.4
+   .. versionadded:: 3.4
 
 
 .. function:: cross(fragment, width)
index 971afc445b76db52628c23654d458a8c5fd373e2..cadb2aeaf381422c647eed15408450f199f97363 100644 (file)
@@ -570,8 +570,9 @@ audioop
 :mod:`audioop` now supports 24-bit samples.  (Contributed by Serhiy Storchaka
 in :issue:`12866`.)
 
-Added the :func:`~audioop.byteswap` function to convert big-endian samples
-to little-endian and vice versa (:issue:`19641`).
+New :func:`~audioop.byteswap` function converts big-endian samples to
+little-endian and vice versa (Contributed by Serhiy Storchaka in
+:issue:`19641`).
 
 All :mod:`audioop` functions now accept any :term:`bytes-like object`.  Strings
 are not accepted: they didn't work before, now they raise an error right away.