diff options
author | Berker Peksag <berker.peksag@gmail.com> | 2014-10-10 11:35:51 (GMT) |
---|---|---|
committer | Berker Peksag <berker.peksag@gmail.com> | 2014-10-10 11:35:51 (GMT) |
commit | 8ee1513adad846de7c2f35a5026f414ead8c0a46 (patch) | |
tree | 3d94dd3be7e01744b276613bf66a12030919558f /Misc | |
parent | 2debf15593a0e5066798413549e26d737185a74b (diff) | |
parent | b77983d2bdedc028c6bdc501fad9dfc385733f6a (diff) | |
download | cpython-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/NEWS | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -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 ----- |