summaryrefslogtreecommitdiffstats
path: root/Misc/SpecialBuilds.txt
diff options
context:
space:
mode:
authorTim Peters <tim.peters@gmail.com>2002-07-09 18:48:32 (GMT)
committerTim Peters <tim.peters@gmail.com>2002-07-09 18:48:32 (GMT)
commit3486f617a1c4118f0f749bacf486fd01db2c9bc4 (patch)
tree90c57fe3d128b6375cf28e9bf1eb820346f22dac /Misc/SpecialBuilds.txt
parent1c63a59b0d40ef7f75ea9d98f9e9b7aae6a38883 (diff)
downloadcpython-3486f617a1c4118f0f749bacf486fd01db2c9bc4.zip
cpython-3486f617a1c4118f0f749bacf486fd01db2c9bc4.tar.gz
cpython-3486f617a1c4118f0f749bacf486fd01db2c9bc4.tar.bz2
Checkin comment.
Diffstat (limited to 'Misc/SpecialBuilds.txt')
-rw-r--r--Misc/SpecialBuilds.txt3
1 files changed, 2 insertions, 1 deletions
diff --git a/Misc/SpecialBuilds.txt b/Misc/SpecialBuilds.txt
index 456c462..e55d821 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