[Python-bugs-list] [Bug #114296] distutils documentation out of date

noreply@sourceforge.net noreply@sourceforge.net
Tue, 12 Sep 2000 16:13:58 -0700


Bug #114296, was updated on 2000-Sep-12 15:55
Here is a current snapshot of the bug.

Project: Python
Category: Distutils
Status: Closed
Resolution: Fixed
Bug Group: None
Priority: 7
Summary: distutils documentation out of date

Details: Chapter 3 describes how to build extension modules.  It says to use the keyword argument extensions with the setup function, e.g.

setup(extensions=[Extension("foo", ...)])

This causes an error at runtime because the argument "extensions" is unknown.  Apparently, ext_modules works...


Follow-Ups:

Date: 2000-Sep-12 16:10
By: none

Comment:
Fixed in CVS.  Will show up in the docs on the web site in a few days (after I make some more updates).

-------------------------------------------------------

For detailed info, follow this link:
http://sourceforge.net/bugs/?func=detailbug&bug_id=114296&group_id=5470