[Python-bugs-list] [ python-Bugs-753863 ] Broken reference for static/class method in docs

SourceForge.net noreply@sourceforge.net
Fri, 13 Jun 2003 04:33:40 -0700


Bugs item #753863, was opened at 2003-06-13 06:16
Message generated for change (Comment added) made by nnorwitz
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=105470&aid=753863&group_id=5470

Category: Documentation
Group: None
>Status: Closed
>Resolution: Duplicate
Priority: 5
Submitted By: George Yoshida (quiver)
Assigned to: Nobody/Anonymous (nobody)
Summary: Broken reference for static/class method in docs

Initial Comment:
In the ``Python Library Reference'', 2.1 Built-in 
Functions,
the documentation for staticmethod and classmethod 
breaks
in the middle of the sentence.
It looks like the \ref tag doesn't work well.

This is an excerpt from the html file, Doc/lib/built-in-
funcs.html.

  classmethod
    If you want those, see . New in version 2.2. 

  staticmethod
    For a more advanced concept, see . New in version 
2.2.

And here is an excerpt from the original tex file, 
Doc/lib/libfuncs.tex.

  classmethod
    If you want those, see \ref{staticmethod}.

  staticmethod
    For a more advanced concept, see \ref{classmethod}.


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

>Comment By: Neal Norwitz (nnorwitz)
Date: 2003-06-13 07:33

Message:
Logged In: YES 
user_id=33168

This was fixed in bug 751941.

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

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