summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorINADA Naoki <methane@users.noreply.github.com>2017-03-28 15:24:30 (GMT)
committerGitHub <noreply@github.com>2017-03-28 15:24:30 (GMT)
commitc8fa45bac2942accdb24dde318f87c9eb21dbfde (patch)
tree6a3715be28bba84beffd5674de3d56b8ef259970
parent0ae7c8bd614d3aa1fcaf2d71a10ff1148c80d9b5 (diff)
downloadcpython-c8fa45bac2942accdb24dde318f87c9eb21dbfde.zip
cpython-c8fa45bac2942accdb24dde318f87c9eb21dbfde.tar.gz
cpython-c8fa45bac2942accdb24dde318f87c9eb21dbfde.tar.bz2
NEWS: remove duplicated "Build" section (GH-872)
-rw-r--r--Misc/NEWS7
1 files changed, 2 insertions, 5 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 9ff9481..024b31d 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -903,6 +903,8 @@ Documentation
Build
-----
+- bpo-29643: Fix ``--enable-optimization`` didn't work.
+
- bpo-27593: sys.version and the platform module python_build(),
python_branch(), and python_revision() functions now use
git information rather than hg when building from a repo.
@@ -995,11 +997,6 @@ Tools/Demos
- Issue #28102: The zipfile module CLI now prints usage to stderr.
Patch by Stephen J. Turnbull.
-Build
------
-
-- bpo-29643: Fix ``--enable-optimization`` didn't work.
-
Tests
-----