summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorBerker Peksag <berker.peksag@gmail.com>2014-10-10 11:35:51 (GMT)
committerBerker Peksag <berker.peksag@gmail.com>2014-10-10 11:35:51 (GMT)
commit8ee1513adad846de7c2f35a5026f414ead8c0a46 (patch)
tree3d94dd3be7e01744b276613bf66a12030919558f /Misc
parent2debf15593a0e5066798413549e26d737185a74b (diff)
parentb77983d2bdedc028c6bdc501fad9dfc385733f6a (diff)
downloadcpython-8ee1513adad846de7c2f35a5026f414ead8c0a46.zip
cpython-8ee1513adad846de7c2f35a5026f414ead8c0a46.tar.gz
cpython-8ee1513adad846de7c2f35a5026f414ead8c0a46.tar.bz2
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 4c8c559..ef277be 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -1050,6 +1050,12 @@ IDLE
- Issue #17654: Ensure IDLE menus are customized properly on OS X for
non-framework builds and for all variants of Tk.
+Tests
+-----
+
+- Issue #21456: Skip two tests in test_urllib2net.py if _ssl module not
+ present. Patch by Remi Pointel.
+
Build
-----