summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorAntoine Pitrou <solipsis@pitrou.net>2013-12-28 19:37:58 (GMT)
committerAntoine Pitrou <solipsis@pitrou.net>2013-12-28 19:37:58 (GMT)
commitb5c66f8645d78670e836057efb0c5eb7230786d6 (patch)
tree69ba414608f990a487464546e3ad328fcedfe243 /Misc
parent156b3610b883f3d14c1a3d115f00a7e5d2437132 (diff)
downloadcpython-b5c66f8645d78670e836057efb0c5eb7230786d6.zip
cpython-b5c66f8645d78670e836057efb0c5eb7230786d6.tar.gz
cpython-b5c66f8645d78670e836057efb0c5eb7230786d6.tar.bz2
Fix breakage in TestSuite.countTestCases() introduced by issue #11798.
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 3213a5e..77a6382 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -44,6 +44,8 @@ Core and Builtins
Library
-------
+- Fix breakage in TestSuite.countTestCases() introduced by issue #11798.
+
- Issue #19918: Fix PurePath.relative_to() under Windows.
- Issue #19422: Explicitly disallow non-SOCK_STREAM sockets in the ssl