From: Zachary Ware Date: Wed, 11 Dec 2013 23:01:21 +0000 (-0600) Subject: Issue #19828: Merge with 3.3 X-Git-Tag: v3.4.0b2~254 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=63321b49780db9196742b1dec702029824faa777;p=thirdparty%2FPython%2Fcpython.git Issue #19828: Merge with 3.3 --- 63321b49780db9196742b1dec702029824faa777 diff --cc Misc/NEWS index 7b1dd488bc0d,35e7a06a1f18..2c1df0943ce3 --- a/Misc/NEWS +++ b/Misc/NEWS @@@ -151,10 -130,11 +151,12 @@@ IDL Tests ----- + - Issue #19828: Fixed test_site when the whole suite is run with -S. + - Issue #19928: Implemented a test for repr() of cell objects. -- Issue #19535: Fixed test_docxmlrpc when python is run with -OO. +- Issue #19535: Fixed test_docxmlrpc, test_functools, test_inspect, and + test_statistics when python is run with -OO. - Issue #19926: Removed unneeded test_main from test_abstract_numbers. Patch by Vajrasky Kok.