From: Zachary Ware Date: Fri, 17 Oct 2014 19:10:51 +0000 (-0500) Subject: Issue #16000: Convert test_curses to use unittest X-Git-Tag: v3.5.0a1~642 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=459c36490f2a25b2b42ee5966e3cf4466bc15326;p=python Issue #16000: Convert test_curses to use unittest --- 459c36490f2a25b2b42ee5966e3cf4466bc15326 diff --cc Misc/NEWS index d5704308b1,513bdf7f5b..f7de6d05e0 --- a/Misc/NEWS +++ b/Misc/NEWS @@@ -1084,12 -849,6 +1084,14 @@@ IDL - Issue #17654: Ensure IDLE menus are customized properly on OS X for non-framework builds and for all variants of Tk. +Tests +----- + ++- Issue #16000: Convert test_curses to use unittest. ++ +- Issue #21456: Skip two tests in test_urllib2net.py if _ssl module not + present. Patch by Remi Pointel. + Build -----