From 3486f617a1c4118f0f749bacf486fd01db2c9bc4 Mon Sep 17 00:00:00 2001 From: Tim Peters Date: Tue, 9 Jul 2002 18:48:32 +0000 Subject: [PATCH] Checkin comment. --- Misc/SpecialBuilds.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Misc/SpecialBuilds.txt b/Misc/SpecialBuilds.txt index 456c462bad..e55d82197c 100644 --- a/Misc/SpecialBuilds.txt +++ b/Misc/SpecialBuilds.txt @@ -46,7 +46,8 @@ sys.getobjects(max[, type]) allocated first in the list, least-recently allocated last in the list. max=0 means no limit on list length. If an optional type object is passed, the list is also restricted to objects of that - type. + type. The return list itself, and some temp objects created just + to call sys.getobjects(), are excluded from the return list. envar PYTHONDUMPREFS If this envar exists, Py_Finalize() arranges to print a list of -- 2.50.1