summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorZachary Ware <zachary.ware@gmail.com>2014-06-13 18:48:03 (GMT)
committerZachary Ware <zachary.ware@gmail.com>2014-06-13 18:48:03 (GMT)
commitb2df015b3d150276462808b7fd8c78dadd5eee66 (patch)
tree253454d413637fb995fe75d46b623ab640cbe363 /Misc
parenteba3633f345e79866e53d1acdce57858079a2358 (diff)
parent9422df0924e79445ad6fa7e89e02513932112276 (diff)
downloadcpython-b2df015b3d150276462808b7fd8c78dadd5eee66.zip
cpython-b2df015b3d150276462808b7fd8c78dadd5eee66.tar.gz
cpython-b2df015b3d150276462808b7fd8c78dadd5eee66.tar.bz2
Issue #19493: Merge with 3.4
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 07abb44..c7005f8 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -573,6 +573,9 @@ Documentation
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.