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

SourceForge.net noreply@sourceforge.net
Wed, 02 Jul 2003 08:25:29 -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: Closed
Resolution: Fixed
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-07-02 10:25

Message:
Logged In: YES 
user_id=80475

Okay, that is fixed too.

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

Comment By: Mark J (average)
Date: 2003-07-02 05:42

Message:
Logged In: YES 
user_id=127614

Sorry for the belated followup.

The 3.3 note was to point out the mismatched verb ("can"
changes to "do"):  Re-write:
"Not all objects can be weakly referenced; those objects
which can include
class instances, ..."

Thanks,

Mark
<maj64 at antisocial dot com>


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

Comment By: Raymond Hettinger (rhettinger)
Date: 2003-06-27 12:32

Message:
Logged In: YES 
user_id=80475

Added docs and indexing for __metaclass__ and __slots__.

The only thing left is your comment on 3.3 which looks fine 
to me.  Closing bug and marking as fixed.

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

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