summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorNed Deily <nad@acm.org>2014-02-03 21:58:31 (GMT)
committerNed Deily <nad@acm.org>2014-02-03 21:58:31 (GMT)
commitc5640385800ea75445824d7e8caf8386ded238dc (patch)
treea3a505ee0cc1dbc5bd6eb9224e2756bd9ae1d4d8 /Misc
parent160f8924ac53f330aa1cad5d63c1351cb844073e (diff)
downloadcpython-c5640385800ea75445824d7e8caf8386ded238dc.zip
cpython-c5640385800ea75445824d7e8caf8386ded238dc.tar.gz
cpython-c5640385800ea75445824d7e8caf8386ded238dc.tar.bz2
Issue #20474: Fix "unexpected success" test_socket failures on OS X 10.7+.
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 3c078bd..953ceed 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -365,6 +365,8 @@ Tests
- Issue #19085: Added basic tests for all tkinter widget options.
+- Issue #20474: Fix test_socket "unexpected success" failures on OS X 10.7+.
+
Documentation
-------------