diff options
author | Tim Peters <tim.peters@gmail.com> | 2003-04-08 17:17:17 (GMT) |
---|---|---|
committer | Tim Peters <tim.peters@gmail.com> | 2003-04-08 17:17:17 (GMT) |
commit | 730f5535ba8abf62ed580dcd605ec9a5de85d71b (patch) | |
tree | 7dd7f24b813d6999c9747415c3d25bdcf0d391ab /Misc | |
parent | 0f81ab6d8895fb6a0b09d517b872a7816060914d (diff) | |
download | cpython-730f5535ba8abf62ed580dcd605ec9a5de85d71b.zip cpython-730f5535ba8abf62ed580dcd605ec9a5de85d71b.tar.gz cpython-730f5535ba8abf62ed580dcd605ec9a5de85d71b.tar.bz2 |
s/referrents/referents/g. Gotta love that referrers remains rife with rs.
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -49,7 +49,7 @@ Core and builtins Extension modules ----------------- -- New function gc.get_referrents(obj) returns a list of objects +- New function gc.get_referents(obj) returns a list of objects directly referenced by obj. In effect, it exposes what the object's tp_traverse slot does, and can be helpful when debugging memory leaks. |