summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorNed Deily <nad@acm.org>2015-01-18 00:59:50 (GMT)
committerNed Deily <nad@acm.org>2015-01-18 00:59:50 (GMT)
commitcad3eb6d5ddb8a1734d2eda6dcddbfca60c057cc (patch)
treebc54d9d450658cf8a6128f6004e46de574d1b23d /Misc
parent9c13bd9ac27d8e67c9bdc57c1d34dd4f4a03a567 (diff)
parent1e012e6c7f3346bf7977d1476d98a4087a84bd4b (diff)
downloadcpython-cad3eb6d5ddb8a1734d2eda6dcddbfca60c057cc.zip
cpython-cad3eb6d5ddb8a1734d2eda6dcddbfca60c057cc.tar.gz
cpython-cad3eb6d5ddb8a1734d2eda6dcddbfca60c057cc.tar.bz2
Issue #23211: merge from 3.4
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 c0194d6..1e36745 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -1611,6 +1611,8 @@ Tests
- Issue #22770: Prevent some Tk segfaults on OS X when running gui tests.
+- Issue #23211: Workaround test_logging failure on some OS X 10.6 systems.
+
Tools/Demos
-----------