diff options
author | Serhiy Storchaka <storchaka@gmail.com> | 2013-12-10 08:21:51 (GMT) |
---|---|---|
committer | Serhiy Storchaka <storchaka@gmail.com> | 2013-12-10 08:21:51 (GMT) |
commit | 2a446bf76cd48b0742a5b3958313437fa1243caa (patch) | |
tree | df865e44d48e0dce76a459cc7ec3d1c9ffd7ab7b /Misc | |
parent | 0ed6c4ae623323a3c491bd2eaaa8956ba2c6b6fa (diff) | |
parent | 1f79cdfbfa3f53fb1aa3bb8998c463a5d2614795 (diff) | |
download | cpython-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/NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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. |