[Python-bugs-list] [ python-Bugs-451217 ] Missing big chunk of extend/embed manual

noreply@sourceforge.net noreply@sourceforge.net
Wed, 15 Aug 2001 09:05:48 -0700


Bugs item #451217, was opened at 2001-08-15 08:58
You can respond by visiting: 
http://sourceforge.net/tracker/?func=detail&atid=105470&aid=451217&group_id=5470

Category: Documentation
Group: None
Status: Open
Resolution: None
Priority: 7
Submitted By: Skip Montanaro (montanaro)
Assigned to: Fred L. Drake, Jr. (fdrake)
Summary: Missing big chunk of extend/embed manual

Initial Comment:
I was looking for some information on the tp_setattro
slot and checked the Extending and Embedding manual.
Unfortunately, the section on Type Methods seems to be
truncated (both online and in the ext.tex source).  It
indicates that each slot in the type object will be
discussed, but the section ends abruptly after saying
it will discuss the basic type methods.

Check here for the online example:

  http://www.python.org/doc/ext/dnt-type-methods.html

Also, it appears that some of the slot names have
changed since this text was written.  I can update
those bits, but need the help of someone better
versed in the Python core to add explanations of the
various fields.


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

>Comment By: Skip Montanaro (montanaro)
Date: 2001-08-15 09:05

Message:
Logged In: YES 
user_id=44345

I retract my supposition that some slot names have changed.
There are some new ones, but none of the existing ones
changed names.  My apologies...


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

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