summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorSerhiy Storchaka <storchaka@gmail.com>2016-03-06 12:10:24 (GMT)
committerSerhiy Storchaka <storchaka@gmail.com>2016-03-06 12:10:24 (GMT)
commitaabafe7bc293b377629ff97c3e955956eaf6350a (patch)
treed1927032c2f9afa882f6143f10a902424cb5fcc6 /Misc
parentd55162517da38138fed130607b311ed4cc62ec77 (diff)
downloadcpython-aabafe7bc293b377629ff97c3e955956eaf6350a.zip
cpython-aabafe7bc293b377629ff97c3e955956eaf6350a.tar.gz
cpython-aabafe7bc293b377629ff97c3e955956eaf6350a.tar.bz2
Issue #26015: Added new tests for pickling iterators of mutable sequences.
Diffstat (limited to 'Misc')
-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.