[Python-checkins] cpython: Unite 'Build' sections of Misc/NEWS

zach.ware python-checkins at python.org
Wed Apr 30 23:30:12 CEST 2014


http://hg.python.org/cpython/rev/2a56d3896d50
changeset:   90529:2a56d3896d50
user:        Zachary Ware <zachary.ware at gmail.com>
date:        Wed Apr 30 16:29:51 2014 -0500
summary:
  Unite 'Build' sections of Misc/NEWS

files:
  Misc/NEWS |  12 +++++-------
  1 files changed, 5 insertions(+), 7 deletions(-)


diff --git a/Misc/NEWS b/Misc/NEWS
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -339,6 +339,11 @@
 - 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.
 
+- Issue #20022: Eliminate use of deprecated bundlebuilder in OS X builds.
+
+- Issue #15968: Incorporated Tcl, Tk, and Tix builds into the Windows build
+  solution.
+
 C API
 -----
 - Issue #20942: PyImport_ImportFrozenModuleObject() no longer sets __file__ to
@@ -409,13 +414,6 @@
 - Issue #20535: PYTHONWARNING no longer affects the run_tests.py script.
   Patch by Arfrever Frehtes Taifersar Arahesis.
 
-Build
------
-
-- Issue #15968: Incorporated Tcl, Tk, and Tix builds into the Windows build
-  solution.
-
-- Issue #20022: Eliminate use of deprecated bundlebuilder in OS X builds.
 
 What's New in Python 3.4.0?
 ===========================

-- 
Repository URL: http://hg.python.org/cpython


More information about the Python-checkins mailing list