commit | 7921b30be6d3adaf6a2c0ef1f040a62333b379fb | [log] [tgz] |
---|---|---|
author | Ezio Melotti <ezio.melotti@gmail.com> | Thu Aug 08 20:09:19 2013 +0300 |
committer | Ezio Melotti <ezio.melotti@gmail.com> | Thu Aug 08 20:09:19 2013 +0300 |
tree | bf61cace09cc7b81f03bfd57315a89ef2d175d0b | |
parent | e822b034e766e03cd8fbe7ab52fbc2d46fff6d33 [diff] [blame] |
#18357: add tests for dictview set difference. Patch by Fraser Tweedale.
diff --git a/Misc/NEWS b/Misc/NEWS index af3a94b..e5432b6 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -142,6 +142,9 @@ Tests ----- +- Issue #18357: add tests for dictview set difference. + Patch by Fraser Tweedale. + - Issue #11185: Fix test_wait4 under AIX. Patch by Sébastien Sablé. - Issue #18094: test_uuid no more reports skipped tests as passed.