diff options
Diffstat (limited to 'Doc/library/chunk.rst')
-rw-r--r-- | Doc/library/chunk.rst | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/Doc/library/chunk.rst b/Doc/library/chunk.rst index 5e24df9..7999420 100644 --- a/Doc/library/chunk.rst +++ b/Doc/library/chunk.rst @@ -3,6 +3,7 @@ .. module:: chunk :synopsis: Module to read IFF chunks. + :deprecated: .. moduleauthor:: Sjoerd Mullender <sjoerd@acm.org> .. sectionauthor:: Sjoerd Mullender <sjoerd@acm.org> @@ -16,6 +17,9 @@ single: Real Media File Format single: RMFF +.. deprecated:: 3.11 + The :mod:`chunk` module is deprecated (see :pep:`594` for details). + -------------- This module provides an interface for reading files that use EA IFF 85 chunks. |