[Python-checkins] cpython (merge 3.4 -> default): Issue #21811: Add Misc/NEWS entry.
ned.deily
python-checkins at python.org
Mon Jun 30 08:56:51 CEST 2014
http://hg.python.org/cpython/rev/1f59baf609a4
changeset: 91479:1f59baf609a4
parent: 91472:10a1e7780ee7
parent: 91478:ec27c85d3001
user: Ned Deily <nad at acm.org>
date: Sun Jun 29 23:54:38 2014 -0700
summary:
Issue #21811: Add Misc/NEWS entry.
files:
Misc/NEWS | 2 ++
1 files changed, 2 insertions(+), 0 deletions(-)
diff --git a/Misc/NEWS b/Misc/NEWS
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -600,6 +600,8 @@
- Issue #17095: Fix Modules/Setup *shared* support.
+- Issue #21811: Anticipated fixes to support OS X versions > 10.9.
+
C API
-----
- Issue #20942: PyImport_ImportFrozenModuleObject() no longer sets __file__ to
--
Repository URL: http://hg.python.org/cpython
More information about the Python-checkins
mailing list