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

noreply@sourceforge.net noreply@sourceforge.net
Mon, 24 Sep 2001 14:06:47 -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: Feature Request
>Status: Closed
Resolution: None
Priority: 6
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: Fred L. Drake, Jr. (fdrake)
Date: 2001-09-24 14:06

Message:
Logged In: YES 
user_id=3066

Closing; this just tells me it's incomplete, which we've
always said is the case.  (Yes, we'll still work on it!  I'm
just getting the bug report out of the way.)

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

Comment By: Fred L. Drake, Jr. (fdrake)
Date: 2001-08-15 12:15

Message:
Logged In: YES 
user_id=3066

Nothing has been dropped, it just hasn't been completed.  I've just checked in a contribution which helps fill in the discussion of many commonly used slots, but it's still far from complete.  (Doc/ext/ext.tex revision 1.103)

I'm marking this as a feature request and dropping the priority since the documentation is not providing incorrect information, just not enough information.

You can also look for related information in the last chapter of the Python/C API reference.

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

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