summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS
diff options
context:
space:
mode:
Diffstat (limited to 'Misc/NEWS')
-rw-r--r--Misc/NEWS5
1 files changed, 5 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 73bcf08..76df45c 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -53,6 +53,11 @@ C-API
Library
-------
+- Issue 3602: Moved test.test_support.catch_warning() to
+ warnings.catch_warnings() along with some API cleanup. Expanding the tests
+ for catch_warnings() also led to an improvement in the raising of a
+ DeprecationWarning related to warnings.warn_explicit().
+
- The deprecation warnings for the old camelCase threading API were removed.
- logging: fixed lack of use of encoding attribute specified on a stream.