This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

classification
Title: Docs unclear about cleanup.
Type: Stage:
Components: Documentation Versions:
process
Status: closed Resolution: fixed
Dependencies: Superseder:
Assigned To: fdrake Nosy List: fdrake, rhettinger, theller
Priority: normal Keywords:

Created on 2002-07-05 14:47 by theller, last changed 2022-04-10 16:05 by admin. This issue is now closed.

Messages (2)
msg11496 - (view) Author: Thomas Heller (theller) * (Python committer) Date: 2002-07-05 14:47
The docs say (in 
http://www.python.org/dev/doc/devel/ref/customization.ht
ml):

"Python 1.5 guarantees that globals whose name begins 
with a single underscore are deleted from their module 
before other globals are deleted; if no other references to 
such globals exist, this may help in assuring that 
imported modules are still available at the time when the 
__del__() method is called."

It should be made clear whether this is still true for 
newer python versions (or not).
msg11497 - (view) Author: Raymond Hettinger (rhettinger) * (Python committer) Date: 2002-09-08 21:16
Logged In: YES 
user_id=80475

Clarified docs.  See ref3.tex 1.94.
Marking as fixed and closing.
History
Date User Action Args
2022-04-10 16:05:29adminsetgithub: 36855
2002-07-05 14:47:56thellercreate