]> granicus.if.org Git - python/commitdiff
NEWS: remove duplicated "Build" section (GH-872)
authorINADA Naoki <methane@users.noreply.github.com>
Tue, 28 Mar 2017 15:24:30 +0000 (00:24 +0900)
committerGitHub <noreply@github.com>
Tue, 28 Mar 2017 15:24:30 +0000 (00:24 +0900)
Misc/NEWS

index 9ff9481fd1b398ec6281a743cf0f51175a9a0245..024b31ded4c23f5e4e72ca35a7f42565557c7da2 100644 (file)
--- 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
 -----