STINNER Victor added the comment:

The module has been deleted in Python 3.

The compilation of the module was probably disabled on 64-bit because of bugs. 
I don't see any bugfix in your patch.

changeset:   6448:b854ca4605e1
branch:      legacy-trunk
user:        Guido van Rossum <gu...@python.org>
date:        Wed Oct 08 05:05:28 1997 +0000
files:       README
description:
Ready for the release, I'd say.

diff -r 31a50468366b -r b854ca4605e1 README
--- a/README    Wed Oct 08 04:05:08 1997 +0000
+++ b/README    Wed Oct 08 05:05:28 1997 +0000
(...)
+64-bit platforms: The modules audioop, imageop and rgbimg don't work.
+       Don't try to enable them in the Modules/Setup file.  They
+       contain code that is quite wordsize sensitive.  (If you have a
+       fix, let me know!)

----------
nosy: +haypo

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue22947>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to