summaryrefslogtreecommitdiffstats
path: root/README
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 /README
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 'README')
-rw-r--r--README6
1 files changed, 3 insertions, 3 deletions
diff --git a/README b/README
index 62218b0..7923cff 100644
--- a/README
+++ b/README
@@ -294,7 +294,7 @@ Unix platforms: If your vendor still ships (and you still use) Berkeley DB
XXX I think this next bit is out of date:
-64-bit platforms: The modules audioop, imageop and rgbimg don't work.
+64-bit platforms: The modules audioop, and imageop don't work.
The setup.py script disables them on 64-bit installations.
Don't try to enable them in the Modules/Setup file. They
contain code that is quite wordsize sensitive. (If you have a
@@ -466,9 +466,9 @@ QNX: Chris Herborth (chrish@qnx.com) writes:
array, audioop, binascii, cPickle, cStringIO, cmath,
crypt, curses, errno, fcntl, gdbm, grp, imageop,
_locale, math, md5, new, operator, parser, pcre,
- posix, pwd, readline, regex, reop, rgbimg, rotor,
+ posix, pwd, readline, regex, reop, rotor,
select, signal, socket, soundex, strop, struct,
- syslog, termios, time, timing, zlib, audioop, imageop, rgbimg
+ syslog, termios, time, timing, zlib, audioop, imageop
3) make SHELL=/usr/local/bin/bash