[Python-bugs-list] [ python-Bugs-492619 ] __del__ docs need update

noreply@sourceforge.net noreply@sourceforge.net
Thu, 13 Dec 2001 13:03:46 -0800


Bugs item #492619, was opened at 2001-12-13 13:03
You can respond by visiting: 
http://sourceforge.net/tracker/?func=detail&atid=105470&aid=492619&group_id=5470

Category: Documentation
Group: None
Status: Open
Resolution: None
Priority: 5
Submitted By: Tim Peters (tim_one)
Assigned to: Fred L. Drake, Jr. (fdrake)
Summary: __del__ docs need update

Initial Comment:
Similarly to words added in 2.2 to the gc module docs 
and extension docs, the Ref Man's section on __del__ 
should be clearer about the interactions between 
objects with __del__ methods and cyclic gc.  The Ref 
Man should also be clearer about which parts of the 
semantics hold across all Python implementations, and 
which are specific to CPython (e.g., IIRC, __del__ 
isn't called by magic at all in Jython).

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

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