diff options
author | Brett Cannon <bcannon@gmail.com> | 2008-05-15 04:34:17 (GMT) |
---|---|---|
committer | Brett Cannon <bcannon@gmail.com> | 2008-05-15 04:34:17 (GMT) |
commit | 94f2561ee8a9f4f0144d5ae1d8104214fcc2f853 (patch) | |
tree | 91791df0c528ed59178be2fb37b5959f65e700a4 /Doc/library/jpeg.rst | |
parent | 74a596c068ba46120a01bd09033065682aa8c309 (diff) | |
download | cpython-94f2561ee8a9f4f0144d5ae1d8104214fcc2f853.zip cpython-94f2561ee8a9f4f0144d5ae1d8104214fcc2f853.tar.gz cpython-94f2561ee8a9f4f0144d5ae1d8104214fcc2f853.tar.bz2 |
Update docs for deprecation of IRIX modules.
Diffstat (limited to 'Doc/library/jpeg.rst')
-rw-r--r-- | Doc/library/jpeg.rst | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/Doc/library/jpeg.rst b/Doc/library/jpeg.rst index 1c5075f..5cc649f 100644 --- a/Doc/library/jpeg.rst +++ b/Doc/library/jpeg.rst @@ -5,6 +5,11 @@ .. module:: jpeg :platform: IRIX :synopsis: Read and write image files in compressed JPEG format. + :deprecated: + +.. deprecated:: 2.6 + The :mod:`jpeg` module has been deprecated for removal in Python 3.0. + .. index:: single: Independent JPEG Group |