[Python-bugs-list] [ python-Bugs-554750 ] Circular reference in Index for frame

noreply@sourceforge.net noreply@sourceforge.net
Fri, 10 May 2002 20:37:29 -0700


Bugs item #554750, was opened at 2002-05-11 03:36
You can respond by visiting: 
http://sourceforge.net/tracker/?func=detail&atid=105470&aid=554750&group_id=5470

Category: Documentation
Group: Python 2.2.1 candidate
Status: Open
Resolution: None
Priority: 5
Submitted By: Noah Spurrier (noah)
Assigned to: Fred L. Drake, Jr. (fdrake)
Summary: Circular reference in Index for frame

Initial Comment:
I hope you don't mind all my anal retentive 
documentation bugs ;-)

In the Python Library Index:
    
http://www.python.org/dev/doc/devel/lib/genindex.html

Go to 'F' and look up 'frame object'.
http://www.python.org/dev/doc/devel/lib/module-
signal.html#l2h-1870

It takes you to the signal documentation here:

    "The handler is called with two arguments: 
    the signal number and the current stack frame
    (None or a frame object; see the reference manual
    for a description of frame objects)."

Besides this circular reference, as far as I can
tell the frame object and it's use in a signal handler
is undocumented.

Frame Objects are mentioned in the Python Reference 
Manual Index, but the named anchor is not correct.
It does link to the correct page, but it brings you
to the top of the page, whereas Frame Objects are not
mentioned until much farther down the page. This is
the link given in the Index:
    
http://www.python.org/dev/doc/devel/ref/types.html#l2h-
59

The details of Frame Objects are still rather fuzzy.

Yours,
Noah


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

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