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 /Misc | |
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 'Misc')
-rw-r--r-- | Misc/NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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. |