summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS
diff options
context:
space:
mode:
Diffstat (limited to 'Misc/NEWS')
-rw-r--r--Misc/NEWS6
1 files changed, 6 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index e9ba096..5df832d 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -101,6 +101,12 @@ Library
- Deprecated assertDictContainsSubset() in the unittest module.
+C-API
+-----
+
+- Issue #10333: Remove ancient GC API, which has been deprecated since
+ Python 2.2.
+
Build
-----