summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS
diff options
context:
space:
mode:
authorBrett Cannon <bcannon@gmail.com>2007-05-20 07:09:50 (GMT)
committerBrett Cannon <bcannon@gmail.com>2007-05-20 07:09:50 (GMT)
commitdc48b74497b67a449dd622fdaa7d69e7bff65a5e (patch)
treeba027660da3557237255591af3491af213e3a15e /Misc/NEWS
parent8d76cca0265aaa23d2a59af3bfb1bcd133c0a59d (diff)
downloadcpython-dc48b74497b67a449dd622fdaa7d69e7bff65a5e.zip
cpython-dc48b74497b67a449dd622fdaa7d69e7bff65a5e.tar.gz
cpython-dc48b74497b67a449dd622fdaa7d69e7bff65a5e.tar.bz2
Remove the rgbimg module. It has been deprecated since Python 2.5.
Diffstat (limited to 'Misc/NEWS')
-rw-r--r--Misc/NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 87379b1..5b97938 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -636,6 +636,8 @@ Library
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.