[Python-bugs-list] [ python-Bugs-757822 ] Additional index items, other minor details

SourceForge.net noreply@sourceforge.net
Wed, 25 Jun 2003 08:13:32 -0700


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

Category: Documentation
Group: Python 2.3
Status: Open
Resolution: None
Priority: 5
Submitted By: Mark J (average)
Assigned to: Nobody/Anonymous (nobody)
Summary: Additional index items, other minor details

Initial Comment:
It seems that various recent language changes have not
made it into any of the indices (super, property,
__slots__, ...).

LibRef:

3.14, first paragraph, last sentence unfinished "...to
avoid confusing."

3.3, first paragraph after XXX:  "Not all objects can
be weakly referenced; those objects which do include
class instances,..."


If I get around to it myself, will try to submit
patches for above :).

Thanks...

Mark

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

>Comment By: Raymond Hettinger (rhettinger)
Date: 2003-06-25 10:13

Message:
Logged In: YES 
user_id=80475

super(), property(), classmethod(), object(), staticmethod() 
are now all in the index.  They automatically make it there 
when their functions were documented.

Sadly, __slots__ is not indexed because it is not yet 
documented.

Fixed paragraph 3.14.  See Doc/lib/libpickle.tex 1.42

For paragraph 3.3, it isn't clear what you want changed.  
Please let me know so we can clear this bug report.

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

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