diff options
author | Ned Deily <nad@acm.org> | 2012-02-03 01:39:49 (GMT) |
---|---|---|
committer | Ned Deily <nad@acm.org> | 2012-02-03 01:39:49 (GMT) |
commit | fbc56fde26b3b59f89cbb18d32154f084f615253 (patch) | |
tree | 3404107af419a3f7f0940115fb5aaf978ea484e9 /Misc | |
parent | 6dce7d633fdb33f0241cf7105b7b84537c9069a8 (diff) | |
download | cpython-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/NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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. |