commit | 04349c602c9dfc70b2d451a8191b21d7f30db3e6 | [log] [tgz] |
---|---|---|
author | Zachary Ware <zachary.ware@gmail.com> | Fri Jun 13 14:40:16 2014 -0500 |
committer | Zachary Ware <zachary.ware@gmail.com> | Fri Jun 13 14:40:16 2014 -0500 |
tree | 2b0beb9493872be6eebad33d17d676c924029480 | |
parent | 925c6ad85be18eea450e05fa033b09d8c60e5543 [diff] [blame] |
Issue #19493: Backport 6f63fff5c120
diff --git a/Misc/NEWS b/Misc/NEWS index 7759edb..b09bd84 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -67,6 +67,9 @@ Tests ----- +- Issue #19493: Refactored the ctypes test package to skip tests explicitly + rather than silently. + - Issue #18492: All resources are now allowed when tests are not run by regrtest.py.