summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorMartin v. Löwis <martin@v.loewis.de>2001-11-24 09:24:51 (GMT)
committerMartin v. Löwis <martin@v.loewis.de>2001-11-24 09:24:51 (GMT)
commit560da62fc75b1c3e38bea915ea648c4d895001a3 (patch)
tree04585ef5af4f39cf9eecec4f80d9ca42e8148ee4 /Misc
parent8c1ab14adac10799dc3defcb50f3976c74e85bbf (diff)
downloadcpython-560da62fc75b1c3e38bea915ea648c4d895001a3.zip
cpython-560da62fc75b1c3e38bea915ea648c4d895001a3.tar.gz
cpython-560da62fc75b1c3e38bea915ea648c4d895001a3.tar.bz2
Rename get_referents to get_referrers. Fixes #483815.
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS4
1 files changed, 4 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index f005c97..c74e619 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -8,6 +8,8 @@ Core and builtins
Extension modules
+- gc.get_referents was renamed to gc.get_referrers.
+
Library
Tools/Demos
@@ -905,6 +907,8 @@ Library
- The `new' module now exposes the CO_xxx flags.
+- The gc module offers the get_referents function.
+
New platforms
C API