summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorSerhiy Storchaka <storchaka@gmail.com>2013-12-10 08:20:31 (GMT)
committerSerhiy Storchaka <storchaka@gmail.com>2013-12-10 08:20:31 (GMT)
commit1f79cdfbfa3f53fb1aa3bb8998c463a5d2614795 (patch)
treeb665294704eb90e7e2e9fd337b3c672fabfe037e /Misc
parent9df8a1c1126e5db933300495974c06dcb592528e (diff)
downloadcpython-1f79cdfbfa3f53fb1aa3bb8998c463a5d2614795.zip
cpython-1f79cdfbfa3f53fb1aa3bb8998c463a5d2614795.tar.gz
cpython-1f79cdfbfa3f53fb1aa3bb8998c463a5d2614795.tar.bz2
Issue #19928: Implemented a test for repr() of cell objects.
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 535c3af..9026e75 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -114,6 +114,8 @@ IDLE
Tests
-----
+- Issue #19928: Implemented a test for repr() of cell objects.
+
- Issue #19535: Fixed test_docxmlrpc when python is run with -OO.
- Issue #19926: Removed unneeded test_main from test_abstract_numbers.