summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorSerhiy Storchaka <storchaka@gmail.com>2013-05-31 19:31:02 (GMT)
committerSerhiy Storchaka <storchaka@gmail.com>2013-05-31 19:31:02 (GMT)
commit7d15b54f370ae46a294aea54dd8dc788ec4b0c3c (patch)
treedd4e4edbeb72dd68228ede0d9884b19e583dbb67 /Misc
parentb1165f0c01ee772dbc2825ffa1f7abafb1d7a1dd (diff)
downloadcpython-7d15b54f370ae46a294aea54dd8dc788ec4b0c3c.zip
cpython-7d15b54f370ae46a294aea54dd8dc788ec4b0c3c.tar.gz
cpython-7d15b54f370ae46a294aea54dd8dc788ec4b0c3c.tar.bz2
Issue #18094: test_uuid no more reports skipped tests as passed.
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 cd11655..69b4baf 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -78,6 +78,8 @@ IDLE
Tests
-----
+- Issue #18094: test_uuid no more reports skipped tests as passed.
+
- Issue #11995: test_pydoc doesn't import all sys.path modules anymore.
Documentation