summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorNed Deily <nad@acm.org>2012-02-03 01:42:16 (GMT)
committerNed Deily <nad@acm.org>2012-02-03 01:42:16 (GMT)
commitcf550dcff8eccac2745acbff2541be3b6405abe4 (patch)
tree52e5a0901b6ebd2564ffbd1a115b02179d30ef76 /Misc
parent227e377b36378d4cc86c3dd182f8d7c031e41f86 (diff)
downloadcpython-cf550dcff8eccac2745acbff2541be3b6405abe4.zip
cpython-cf550dcff8eccac2745acbff2541be3b6405abe4.tar.gz
cpython-cf550dcff8eccac2745acbff2541be3b6405abe4.tar.bz2
Issue #13901: Prevent test_distutils failures on OS X with --enable-shared.
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 0f0479c..136748e 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -113,6 +113,8 @@ Core and Builtins
Library
-------
+- Issue #13901: Prevent test_distutils failures on OS X with --enable-shared.
+
- Issue #13676: Handle strings with embedded zeros correctly in sqlite3.
- Issue #13506: Add '' to path for IDLE Shell when started and restarted with Restart Shell.