diff options
author | Brett Cannon <bcannon@gmail.com> | 2008-05-12 00:08:34 (GMT) |
---|---|---|
committer | Brett Cannon <bcannon@gmail.com> | 2008-05-12 00:08:34 (GMT) |
commit | 42bfa90f02f0055ea163df9103ebed873ee1dbb0 (patch) | |
tree | 21b36e7ba36b42f58780624d900a5ca68d33a31f /Doc | |
parent | b61d801adbb7dd13ed1f2706fe537cae970bcfa6 (diff) | |
download | cpython-42bfa90f02f0055ea163df9103ebed873ee1dbb0.zip cpython-42bfa90f02f0055ea163df9103ebed873ee1dbb0.tar.gz cpython-42bfa90f02f0055ea163df9103ebed873ee1dbb0.tar.bz2 |
Depreate imageop for removal in 3.0.
Diffstat (limited to 'Doc')
-rw-r--r-- | Doc/library/imageop.rst | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/Doc/library/imageop.rst b/Doc/library/imageop.rst index 8ced5bd..758d23c 100644 --- a/Doc/library/imageop.rst +++ b/Doc/library/imageop.rst @@ -4,7 +4,10 @@ .. module:: imageop :synopsis: Manipulate raw image data. - + :deprecated: + +.. deprecated:: 2.6 + The :mod:`imageop` module has been removed in Python 3.0. The :mod:`imageop` module contains some useful operations on images. It operates on images consisting of 8 or 32 bit pixels stored in Python strings. This is |