summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorNed Deily <nad@acm.org>2014-04-07 19:10:21 (GMT)
committerNed Deily <nad@acm.org>2014-04-07 19:10:21 (GMT)
commit7e60f514863f751404459f356d00f762f1649e02 (patch)
treeb0b2a4d69e824698493432139f2820fabb62ca53 /Misc
parentaf8a4dfb04f79a679a00be3c52cd059ced3248ae (diff)
downloadcpython-7e60f514863f751404459f356d00f762f1649e02.zip
cpython-7e60f514863f751404459f356d00f762f1649e02.tar.gz
cpython-7e60f514863f751404459f356d00f762f1649e02.tar.bz2
Issue #20644: OS X installer build support for documentation build changes
in 3.4.1: assume externally supplied sphinx-build is available in /usr/bin.
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS6
1 files changed, 6 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index c82bff3..25ee8d6 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -117,6 +117,12 @@ IDLE
- Issue #17654: Ensure IDLE menus are customized properly on OS X for
non-framework builds and for all variants of Tk.
+Build
+-----
+
+- Issue #20644: OS X installer build support for documentation build changes
+ in 3.4.1: assume externally supplied sphinx-build is available in /usr/bin.
+
C API
-----
- Issue #20942: PyImport_ImportFrozenModuleObject() no longer sets __file__ to