diff options
author | Brett Cannon <bcannon@gmail.com> | 2007-05-20 07:09:50 (GMT) |
---|---|---|
committer | Brett Cannon <bcannon@gmail.com> | 2007-05-20 07:09:50 (GMT) |
commit | dc48b74497b67a449dd622fdaa7d69e7bff65a5e (patch) | |
tree | ba027660da3557237255591af3491af213e3a15e /README | |
parent | 8d76cca0265aaa23d2a59af3bfb1bcd133c0a59d (diff) | |
download | cpython-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-- | README | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -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 |