Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
247 changes: 0 additions & 247 deletions 247 Doc/library/aifc.rst

This file was deleted.

1 change: 0 additions & 1 deletion 1 Doc/library/superseded.rst
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ backwards compatibility. They have been superseded by other modules.

.. toctree::

aifc.rst
audioop.rst
chunk.rst
imghdr.rst
Expand Down
2 changes: 1 addition & 1 deletion 2 Doc/library/wave.rst
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ Wave_read objects, as returned by :func:`.open`, have the following methods:

Rewind the file pointer to the beginning of the audio stream.

The following two methods are defined for compatibility with the :mod:`aifc`
The following two methods are defined for compatibility with the old :mod:`!aifc`
module, and don't do anything interesting.


Expand Down
1 change: 0 additions & 1 deletion 1 Doc/tools/.nitignore
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,6 @@ Doc/install/index.rst
Doc/library/__future__.rst
Doc/library/_thread.rst
Doc/library/abc.rst
Doc/library/aifc.rst
Doc/library/ast.rst
Doc/library/asyncio-dev.rst
Doc/library/asyncio-eventloop.rst
Expand Down
2 changes: 1 addition & 1 deletion 2 Doc/whatsnew/2.0.rst
Original file line number Diff line number Diff line change
Expand Up @@ -1031,7 +1031,7 @@ Module changes
Lots of improvements and bugfixes were made to Python's extensive standard
library; some of the affected modules include :mod:`readline`,
:mod:`ConfigParser`, :mod:`!cgi`, :mod:`calendar`, :mod:`posix`, :mod:`readline`,
:mod:`xmllib`, :mod:`aifc`, :mod:`chunk, wave`, :mod:`random`, :mod:`shelve`,
:mod:`xmllib`, :mod:`!aifc`, :mod:`chunk, wave`, :mod:`random`, :mod:`shelve`,
and :mod:`!nntplib`. Consult the CVS logs for the exact patch-by-patch details.

Brian Gallew contributed OpenSSL support for the :mod:`socket` module. OpenSSL
Expand Down
2 changes: 1 addition & 1 deletion 2 Doc/whatsnew/3.11.rst
Original file line number Diff line number Diff line change
Expand Up @@ -1731,7 +1731,7 @@ Modules
slated for removal in Python 3.13:

+---------------------+---------------------+---------------------+---------------------+---------------------+
| :mod:`aifc` | :mod:`chunk` | :mod:`!msilib` | :mod:`!pipes` | :mod:`!telnetlib` |
| :mod:`!aifc` | :mod:`chunk` | :mod:`!msilib` | :mod:`!pipes` | :mod:`!telnetlib` |
+---------------------+---------------------+---------------------+---------------------+---------------------+
| :mod:`audioop` | :mod:`!crypt` | :mod:`!nis` | :mod:`!sndhdr` | :mod:`!uu` |
+---------------------+---------------------+---------------------+---------------------+---------------------+
Expand Down
2 changes: 1 addition & 1 deletion 2 Doc/whatsnew/3.12.rst
Original file line number Diff line number Diff line change
Expand Up @@ -918,7 +918,7 @@ and will be removed in Python 3.13.

Modules (see :pep:`594`):

* :mod:`aifc`
* :mod:`!aifc`
* :mod:`audioop`
* :mod:`!cgi`
* :mod:`!cgitb`
Expand Down
3 changes: 3 additions & 0 deletions 3 Doc/whatsnew/3.13.rst
Original file line number Diff line number Diff line change
Expand Up @@ -221,6 +221,9 @@ Removed
the :mod:`base64` module is a modern alternative.
(Contributed by Victor Stinner in :gh:`104773`.)

* :pep:`594`: Remove the :mod:`!aifc` module, deprecated in Python 3.11.
(Contributed by Victor Stinner in :gh:`104773`.)


Porting to Python 3.13
======================
Expand Down
8 changes: 4 additions & 4 deletions 8 Doc/whatsnew/3.4.rst
Original file line number Diff line number Diff line change
Expand Up @@ -605,15 +605,15 @@ Using ``ABC`` as a base class has essentially the same effect as specifying
aifc
----

The :meth:`~aifc.aifc.getparams` method now returns a namedtuple rather than a
The :meth:`~!aifc.aifc.getparams` method now returns a namedtuple rather than a
plain tuple. (Contributed by Claudiu Popa in :issue:`17818`.)

:func:`aifc.open` now supports the context management protocol: when used in a
:keyword:`with` block, the :meth:`~aifc.aifc.close` method of the returned
:func:`!aifc.open` now supports the context management protocol: when used in a
:keyword:`with` block, the :meth:`~!aifc.aifc.close` method of the returned
object will be called automatically at the end of the block. (Contributed by
Serhiy Storchacha in :issue:`16486`.)

The :meth:`~aifc.aifc.writeframesraw` and :meth:`~aifc.aifc.writeframes`
The :meth:`~!aifc.aifc.writeframesraw` and :meth:`~!aifc.aifc.writeframes`
methods now accept any :term:`bytes-like object`. (Contributed by Serhiy
Storchaka in :issue:`8311`.)

Expand Down
4 changes: 2 additions & 2 deletions 4 Doc/whatsnew/3.7.rst
Original file line number Diff line number Diff line change
Expand Up @@ -1940,8 +1940,8 @@ Deprecated Python modules, functions and methods
aifc
----

:func:`aifc.openfp` has been deprecated and will be removed in Python 3.9.
Use :func:`aifc.open` instead.
:func:`!aifc.openfp` has been deprecated and will be removed in Python 3.9.
Use :func:`!aifc.open` instead.
(Contributed by Brian Curtin in :issue:`31985`.)


Expand Down
Loading
Morty Proxy This is a proxified and sanitized view of the page, visit original site.