summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS
diff options
context:
space:
mode:
Diffstat (limited to 'Misc/NEWS')
-rw-r--r--Misc/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 5947aeb..5290a83 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -60,6 +60,9 @@ C API
Library
-------
+- Issue 3602: As part of the merge of r66135, make the parameters on
+ warnings.catch_warnings() keyword-only. Also remove a DeprecationWarning.
+
- The deprecation warnings for the camelCase threading API names were removed.
Extension Modules