summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorNed Deily <nad@acm.org>2012-02-03 01:39:49 (GMT)
committerNed Deily <nad@acm.org>2012-02-03 01:39:49 (GMT)
commitfbc56fde26b3b59f89cbb18d32154f084f615253 (patch)
tree3404107af419a3f7f0940115fb5aaf978ea484e9 /Misc
parent6dce7d633fdb33f0241cf7105b7b84537c9069a8 (diff)
downloadcpython-fbc56fde26b3b59f89cbb18d32154f084f615253.zip
cpython-fbc56fde26b3b59f89cbb18d32154f084f615253.tar.gz
cpython-fbc56fde26b3b59f89cbb18d32154f084f615253.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 d7eb5d9..36b4f0a 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -90,6 +90,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.