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