summaryrefslogtreecommitdiff
path: root/Misc
diff options
context:
space:
mode:
authorBerker Peksag <berker.peksag@gmail.com>2014-10-10 14:34:16 +0300
committerBerker Peksag <berker.peksag@gmail.com>2014-10-10 14:34:16 +0300
commitb77983d2bdedc028c6bdc501fad9dfc385733f6a (patch)
tree302304a1d49f0e75ec303e9bad1e66e05de491b1 /Misc
parentcfb2a0a8559d6d4b3011f1bc04147d25819c7907 (diff)
downloadcpython-git-b77983d2bdedc028c6bdc501fad9dfc385733f6a.tar.gz
Issue #21456: Skip two tests in test_urllib2net.py if _ssl module not present.
Patch by Remi Pointel.
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS6
1 files changed, 6 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 4fe01097cd..eec96b989a 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -55,6 +55,12 @@ Library
- Issue #22448: Improve canceled timer handles cleanup to prevent
unbound memory usage. Patch by Joshua Moore-Oliva.
+Tests
+-----
+
+- Issue #21456: Skip two tests in test_urllib2net.py if _ssl module not
+ present. Patch by Remi Pointel.
+
Build
-----