summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorR David Murray <rdmurray@bitdance.com>2013-12-24 15:41:45 -0500
committerR David Murray <rdmurray@bitdance.com>2013-12-24 15:41:45 -0500
commit76825bce533ff59ccd21570af382c1032bda7b76 (patch)
tree9c9ad720b8c89230f0722d5ae107784efbe1fdeb
parentcad227a5534bc5d5733a1d3c985df28adbfeb7c4 (diff)
downloadcpython-git-76825bce533ff59ccd21570af382c1032bda7b76.tar.gz
Fix English in a NEWS entry.
-rw-r--r--Misc/NEWS2
1 files changed, 1 insertions, 1 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index afa6033dc5..d449cc3410 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -3061,7 +3061,7 @@ Tests
- Issue #18207: Fix test_ssl for some versions of OpenSSL that ignore seconds
in ASN1_TIME fields.
-- Issue #18094: test_uuid no more reports skipped tests as passed.
+- Issue #18094: test_uuid no longer reports skipped tests as passed.
- Issue #17992: Add timeouts to asyncore and asynchat tests so that they won't
accidentally hang.