summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorSerhiy Storchaka <storchaka@gmail.com>2013-11-03 21:15:46 (GMT)
committerSerhiy Storchaka <storchaka@gmail.com>2013-11-03 21:15:46 (GMT)
commit32e23e739f858fcf47332e437d6c4d4f14b2b697 (patch)
tree80ed9b1174783a948655f5b47c26b70f135a894d /Misc
parent68f518ce4a700854d3c9b0fef145b9af79883df9 (diff)
downloadcpython-32e23e739f858fcf47332e437d6c4d4f14b2b697.zip
cpython-32e23e739f858fcf47332e437d6c4d4f14b2b697.tar.gz
cpython-32e23e739f858fcf47332e437d6c4d4f14b2b697.tar.bz2
Issue #18702: All skipped tests now reported as skipped.
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 6f3b33a..12bfafb 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -23,6 +23,8 @@ Library
Tests
-----
+- Issue #18702: All skipped tests now reported as skipped.
+
- Issue #19085: Added basic tests for all tkinter widget options.