diff options
author | Antoine Pitrou <solipsis@pitrou.net> | 2013-12-28 19:37:58 (GMT) |
---|---|---|
committer | Antoine Pitrou <solipsis@pitrou.net> | 2013-12-28 19:37:58 (GMT) |
commit | b5c66f8645d78670e836057efb0c5eb7230786d6 (patch) | |
tree | 69ba414608f990a487464546e3ad328fcedfe243 /Misc | |
parent | 156b3610b883f3d14c1a3d115f00a7e5d2437132 (diff) | |
download | cpython-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/NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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 |