diff options
author | Brett Cannon <bcannon@gmail.com> | 2008-05-09 05:32:42 (GMT) |
---|---|---|
committer | Brett Cannon <bcannon@gmail.com> | 2008-05-09 05:32:42 (GMT) |
commit | fa24d9a71ca6b4d045ed1e56bc930c7031db17e7 (patch) | |
tree | 79c62e0f0087e9276035be1a7a6037336553fab2 /Doc | |
parent | 3c759144340dc8f7548d5f62e0d195ed8e689a12 (diff) | |
download | cpython-fa24d9a71ca6b4d045ed1e56bc930c7031db17e7.zip cpython-fa24d9a71ca6b4d045ed1e56bc930c7031db17e7.tar.gz cpython-fa24d9a71ca6b4d045ed1e56bc930c7031db17e7.tar.bz2 |
Deprecate the toaiff module for removal in 3.0.
Diffstat (limited to 'Doc')
-rw-r--r-- | Doc/library/undoc.rst | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Doc/library/undoc.rst b/Doc/library/undoc.rst index 62efc18..856cf86 100644 --- a/Doc/library/undoc.rst +++ b/Doc/library/undoc.rst @@ -61,6 +61,9 @@ Multimedia or demo. Requires the external program :program:`sox`. + .. warning:: The :mod:`toaiff` module has been removed in 3.0. + + .. _undoc-mac-modules: Undocumented Mac OS modules |