summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS
diff options
context:
space:
mode:
Diffstat (limited to 'Misc/NEWS')
-rw-r--r--Misc/NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 70e7760..8257b0f 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -274,6 +274,8 @@ Documentation
Tests
-----
+- Issue #26015: Added new tests for pickling iterators of mutable sequences.
+
- Issue #26325: Added test.support.check_no_resource_warning() to check that
no ResourceWarning is emitted.