diff options
author | Serhiy Storchaka <storchaka@gmail.com> | 2016-03-06 12:10:24 (GMT) |
---|---|---|
committer | Serhiy Storchaka <storchaka@gmail.com> | 2016-03-06 12:10:24 (GMT) |
commit | aabafe7bc293b377629ff97c3e955956eaf6350a (patch) | |
tree | d1927032c2f9afa882f6143f10a902424cb5fcc6 /Misc | |
parent | d55162517da38138fed130607b311ed4cc62ec77 (diff) | |
download | cpython-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/NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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. |