diff options
author | Zachary Ware <zachary.ware@gmail.com> | 2013-12-08 07:01:42 (GMT) |
---|---|---|
committer | Zachary Ware <zachary.ware@gmail.com> | 2013-12-08 07:01:42 (GMT) |
commit | 34bc8974cd119814276c6e8bc7a9ad518967d59f (patch) | |
tree | b34111f988cbf37b201468755e4448f2fe9edc72 /Misc | |
parent | 101d9e7250c039aeabea1582459d40b52cc81024 (diff) | |
parent | 4adb37c40f541fe6c36330da1e95935f1f39cc3d (diff) | |
download | cpython-34bc8974cd119814276c6e8bc7a9ad518967d59f.zip cpython-34bc8974cd119814276c6e8bc7a9ad518967d59f.tar.gz cpython-34bc8974cd119814276c6e8bc7a9ad518967d59f.tar.bz2 |
Issue #19926: Removed unneeded test_main from test_abstract_numbers.
Patch by Vajrasky Kok.
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -106,6 +106,9 @@ Library Tests ----- +- Issue #19926: Removed unneeded test_main from test_abstract_numbers. + Patch by Vajrasky Kok. + - Issue #19572: More skipped tests explicitly marked as skipped. - Issue #19595: Re-enabled a long-disabled test in test_winsound. |