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: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=459c36490f2a25b2b42ee5966e3cf4466bc15326;p=thirdparty%2FPython%2Fcpython.git Issue #16000: Convert test_curses to use unittest --- 459c36490f2a25b2b42ee5966e3cf4466bc15326 diff --cc Misc/NEWS index d5704308b173,513bdf7f5bbf..f7de6d05e032 --- 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 -----