@@ -605,15 +605,15 @@ Using ``ABC`` as a base class has essentially the same effect as specifying
605
605
aifc
606
606
----
607
607
608
- The :meth: `~!aifc.aifc. getparams ` method now returns a namedtuple rather than a
608
+ The :meth: `! getparams ` method now returns a namedtuple rather than a
609
609
plain tuple. (Contributed by Claudiu Popa in :issue: `17818 `.)
610
610
611
611
:func: `!aifc.open ` now supports the context management protocol: when used in a
612
- :keyword: `with ` block, the :meth: `~!aifc.aifc. close ` method of the returned
612
+ :keyword: `with ` block, the :meth: `! close ` method of the returned
613
613
object will be called automatically at the end of the block. (Contributed by
614
614
Serhiy Storchacha in :issue: `16486 `.)
615
615
616
- The :meth: `~!aifc.aifc. writeframesraw ` and :meth: `~!aifc.aifc. writeframes `
616
+ The :meth: `! writeframesraw ` and :meth: `! writeframes `
617
617
methods now accept any :term: `bytes-like object `. (Contributed by Serhiy
618
618
Storchaka in :issue: `8311 `.)
619
619
@@ -632,7 +632,7 @@ audioop
632
632
:mod: `!audioop ` now supports 24-bit samples. (Contributed by Serhiy Storchaka
633
633
in :issue: `12866 `.)
634
634
635
- New :func: `~!audioop. byteswap ` function converts big-endian samples to
635
+ New :func: `! byteswap ` function converts big-endian samples to
636
636
little-endian and vice versa. (Contributed by Serhiy Storchaka in
637
637
:issue: `19641 `.)
638
638
@@ -1528,7 +1528,7 @@ work on Windows. This change was actually inadvertently made in 3.3.4.
1528
1528
sunau
1529
1529
-----
1530
1530
1531
- The :meth: `~!sunau. getparams ` method now returns a namedtuple rather than a
1531
+ The :meth: `! getparams ` method now returns a namedtuple rather than a
1532
1532
plain tuple. (Contributed by Claudiu Popa in :issue: `18901 `.)
1533
1533
1534
1534
:meth: `!sunau.open ` now supports the context management protocol: when used in a
@@ -1540,8 +1540,8 @@ in :issue:`18878`.)
1540
1540
support for writing 24 sample using the module. (Contributed by
1541
1541
Serhiy Storchaka in :issue: `19261 `.)
1542
1542
1543
- The :meth: `~!sunau.AU_write. writeframesraw ` and
1544
- :meth: `~!sunau.AU_write. writeframes ` methods now accept any :term: `bytes-like
1543
+ The :meth: `! writeframesraw ` and
1544
+ :meth: `! writeframes ` methods now accept any :term: `bytes-like
1545
1545
object `. (Contributed by Serhiy Storchaka in :issue: `8311 `.)
1546
1546
1547
1547
0 commit comments