From: Serhiy Storchaka Date: Tue, 10 Dec 2013 08:21:51 +0000 (+0200) Subject: Issue #19928: Implemented a test for repr() of cell objects. X-Git-Tag: v3.4.0b2~268 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=2a446bf76cd48b0742a5b3958313437fa1243caa;p=thirdparty%2FPython%2Fcpython.git Issue #19928: Implemented a test for repr() of cell objects. --- 2a446bf76cd48b0742a5b3958313437fa1243caa diff --cc Misc/NEWS index 4190158d2d83,9026e754cbec..5539899d97e3 --- a/Misc/NEWS +++ b/Misc/NEWS @@@ -136,8 -114,9 +136,10 @@@ IDL Tests ----- + - 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.