? build ? MANIFEST ? tarballs.patch ? setup-doc.patch Index: distutils/core.py =================================================================== RCS file: /projects/cvsroot/distutils/distutils/core.py,v retrieving revision 1.32 diff -u -r1.32 core.py --- core.py 2000/04/22 03:20:49 1.32 +++ core.py 2000/04/24 09:15:23 @@ -36,9 +36,9 @@ The Distribution instance might be an instance of a class supplied via the 'distclass' keyword argument to 'setup'; if no - such class is supplied, then the 'Distribution' class (also in - this module) is instantiated. All other arguments to 'setup' - (except for 'cmdclass') are used to set attributes of the + such class is supplied, then the 'Distribution' class (found in + module distutils.dist) is instantiated. All other arguments to + 'setup' (except for 'cmdclass') are used to set attributes of the Distribution instance. The 'cmdclass' argument, if supplied, is a dictionary mapping