[ python-Bugs-1539336 ] distutils example code missing imports

SourceForge.net noreply at sourceforge.net
Sun Aug 13 02:21:32 CEST 2006


Bugs item #1539336, was opened at 2006-08-12 15:30
Message generated for change (Comment added) made by nnorwitz
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=105470&aid=1539336&group_id=5470

Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: Documentation
>Group: Python 2.5
>Status: Closed
>Resolution: Fixed
Priority: 5
Submitted By: Albert Strasheim (albertstrasheim)
>Assigned to: Neal Norwitz (nnorwitz)
Summary: distutils example code missing imports

Initial Comment:
The example code in the "Single extension module"
section of "Distributing Python Modules" is missing
some imports.

Both examples should import Extension in addition to
setup. Otherwise, the following error results when the
examples are executed:

NameError: name 'Extension' is not defined

There might be similar issues elsewhere in the
documentation.

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

>Comment By: Neal Norwitz (nnorwitz)
Date: 2006-08-12 17:21

Message:
Logged In: YES 
user_id=33168

Thanks!

Committed revision 51240.

Let us know if you find other places in the doc that are wrong.

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

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=105470&aid=1539336&group_id=5470


More information about the Python-bugs-list mailing list