From: Barry Warsaw Date: Fri, 7 Aug 1998 16:33:51 +0000 (+0000) Subject: Minor refilling of a paragraph... X-Git-Tag: v1.5.2a1~102 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=92a6ed9940c59678e5e9e9bab18449da66ba2fcc;p=thirdparty%2FPython%2Fcpython.git Minor refilling of a paragraph... --- diff --git a/Doc/ref/ref3.tex b/Doc/ref/ref3.tex index 28d9e0e023d3..4ca8d69f7292 100644 --- a/Doc/ref/ref3.tex +++ b/Doc/ref/ref3.tex @@ -35,8 +35,8 @@ lists are mutable. Objects are never explicitly destroyed; however, when they become unreachable they may be garbage-collected. An implementation is -allowed to postpone garbage collection or omit it altogether --- it is a -matter of implementation quality how garbage collection is +allowed to postpone garbage collection or omit it altogether --- it is +a matter of implementation quality how garbage collection is implemented, as long as no objects are collected that are still reachable. (Implementation note: the current implementation uses a reference-counting scheme which collects most objects as soon as they