commit | 76249ea4a7ab1cb0fa41d967b2fb8975916cb955 | [log] [tgz] |
---|---|---|
author | Serhiy Storchaka <storchaka@gmail.com> | Fri Feb 07 10:06:05 2014 +0200 |
committer | Serhiy Storchaka <storchaka@gmail.com> | Fri Feb 07 10:06:05 2014 +0200 |
tree | 695ff618fa6667404441dfbb788561f9a0c415a8 | |
parent | 6a036793b66683e238c7222eb38368e44127c0e7 [diff] [blame] |
Issue #20532: Tests which use _testcapi now are marked as CPython only.
diff --git a/Misc/NEWS b/Misc/NEWS index 51e5d95..9520fa4 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -224,6 +224,8 @@ Tests ----- +- Issue #20532: Tests which use _testcapi now are marked as CPython only. + - Issue #19920: Added tests for TarFile.list(). Based on patch by Vajrasky Kok. - Issue #19990: Added tests for the imghdr module. Based on patch by