From: Zachary Ware Date: Sun, 8 Dec 2013 07:01:42 +0000 (-0600) Subject: Issue #19926: Removed unneeded test_main from test_abstract_numbers. X-Git-Tag: v3.4.0b2~300 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=34bc8974cd119814276c6e8bc7a9ad518967d59f;p=thirdparty%2FPython%2Fcpython.git Issue #19926: Removed unneeded test_main from test_abstract_numbers. Patch by Vajrasky Kok. --- 34bc8974cd119814276c6e8bc7a9ad518967d59f diff --cc Misc/NEWS index 602c4e0c5764,5a760ba625c4..93cdbf477760 --- a/Misc/NEWS +++ b/Misc/NEWS @@@ -106,8 -56,50 +106,11 @@@ Librar Tests ----- + - Issue #19926: Removed unneeded test_main from test_abstract_numbers. + Patch by Vajrasky Kok. + +- Issue #19572: More skipped tests explicitly marked as skipped. + - Issue #19595: Re-enabled a long-disabled test in test_winsound. - Issue #19588: Fixed tests in test_random that were silently skipped most