summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorSerhiy Storchaka <storchaka@gmail.com>2013-12-10 08:21:51 (GMT)
committerSerhiy Storchaka <storchaka@gmail.com>2013-12-10 08:21:51 (GMT)
commit2a446bf76cd48b0742a5b3958313437fa1243caa (patch)
treedf865e44d48e0dce76a459cc7ec3d1c9ffd7ab7b /Misc
parent0ed6c4ae623323a3c491bd2eaaa8956ba2c6b6fa (diff)
parent1f79cdfbfa3f53fb1aa3bb8998c463a5d2614795 (diff)
downloadcpython-2a446bf76cd48b0742a5b3958313437fa1243caa.zip
cpython-2a446bf76cd48b0742a5b3958313437fa1243caa.tar.gz
cpython-2a446bf76cd48b0742a5b3958313437fa1243caa.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 4190158..5539899 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -136,6 +136,8 @@ IDLE
Tests
-----
+- Issue #19928: Implemented a test for repr() of cell objects.
+
- Issue #19535: Fixed test_docxmlrpc, test_functools, test_inspect, and
test_statistics when python is run with -OO.