diff options
author | Ned Deily <nad@acm.org> | 2014-04-07 19:10:21 (GMT) |
---|---|---|
committer | Ned Deily <nad@acm.org> | 2014-04-07 19:10:21 (GMT) |
commit | 7e60f514863f751404459f356d00f762f1649e02 (patch) | |
tree | b0b2a4d69e824698493432139f2820fabb62ca53 /Misc | |
parent | af8a4dfb04f79a679a00be3c52cd059ced3248ae (diff) | |
download | cpython-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/NEWS | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -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 |