commit | dc48b74497b67a449dd622fdaa7d69e7bff65a5e | [log] [tgz] |
---|---|---|
author | Brett Cannon <bcannon@gmail.com> | Sun May 20 07:09:50 2007 +0000 |
committer | Brett Cannon <bcannon@gmail.com> | Sun May 20 07:09:50 2007 +0000 |
tree | ba027660da3557237255591af3491af213e3a15e | |
parent | 8d76cca0265aaa23d2a59af3bfb1bcd133c0a59d [diff] |
Remove the rgbimg module. It has been deprecated since Python 2.5.
diff --git a/Misc/NEWS b/Misc/NEWS index 87379b1..5b97938 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -636,6 +636,8 @@ Extension Modules ----------------- +- Removed the rgbimg module; been deprecated since Python 2.5. + - Bug #1721309: prevent bsddb module from freeing random memory. - Bug #1686475: Support stat'ing open files on Windows again.