summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorBrett Cannon <bcannon@gmail.com>2008-05-12 00:08:34 (GMT)
committerBrett Cannon <bcannon@gmail.com>2008-05-12 00:08:34 (GMT)
commit42bfa90f02f0055ea163df9103ebed873ee1dbb0 (patch)
tree21b36e7ba36b42f58780624d900a5ca68d33a31f /Misc
parentb61d801adbb7dd13ed1f2706fe537cae970bcfa6 (diff)
downloadcpython-42bfa90f02f0055ea163df9103ebed873ee1dbb0.zip
cpython-42bfa90f02f0055ea163df9103ebed873ee1dbb0.tar.gz
cpython-42bfa90f02f0055ea163df9103ebed873ee1dbb0.tar.bz2
Depreate imageop for removal in 3.0.
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 230632e..252dbe3 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -23,6 +23,8 @@ Extension Modules
Library
-------
+- The imageop module has been deprecated for removal in Python 3.0.
+
- #2250: Exceptions raised during evaluation of names in rlcompleter's
``Completer.complete()`` method are now caught and ignored.