commit | 95d721927a4e4c5acb4a7d23bd15a3af1ce26bd2 | [log] [tgz] |
---|---|---|
author | Serhiy Storchaka <storchaka@gmail.com> | Tue Dec 10 10:20:11 2013 +0200 |
committer | Serhiy Storchaka <storchaka@gmail.com> | Tue Dec 10 10:20:11 2013 +0200 |
tree | 74ceb074feb05db841907574ecd10ab6573cd1d9 | |
parent | 7057f3fa4db3df28148c6b764e92789b07271689 [diff] [blame] |
Issue #19928: Implemented a test for repr() of cell objects.
diff --git a/Misc/NEWS b/Misc/NEWS index 30b7967..b1a4e1f 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -77,6 +77,8 @@ Tests ----- +- Issue #19928: Implemented a test for repr() of cell objects. + - Issue #19595: Re-enabled a long-disabled test in test_winsound. - Issue #19588: Fixed tests in test_random that were silently skipped most