diff options
author | Barry Warsaw <barry@python.org> | 1998-08-07 16:33:51 (GMT) |
---|---|---|
committer | Barry Warsaw <barry@python.org> | 1998-08-07 16:33:51 (GMT) |
commit | 92a6ed9940c59678e5e9e9bab18449da66ba2fcc (patch) | |
tree | a9f9134826533155e8f28ee6e3051d8e68e5b6d8 /Doc/ref | |
parent | 70da192f63ee2dc38d26ba91782bfc1411f0ff9a (diff) | |
download | cpython-92a6ed9940c59678e5e9e9bab18449da66ba2fcc.zip cpython-92a6ed9940c59678e5e9e9bab18449da66ba2fcc.tar.gz cpython-92a6ed9940c59678e5e9e9bab18449da66ba2fcc.tar.bz2 |
Minor refilling of a paragraph...
Diffstat (limited to 'Doc/ref')
-rw-r--r-- | Doc/ref/ref3.tex | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Doc/ref/ref3.tex b/Doc/ref/ref3.tex index 28d9e0e..4ca8d69 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 |