diff options
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -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 |