]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Fix merge conflict artifacts and move the entry to correct place
authorBerker Peksag <berker.peksag@gmail.com>
Wed, 21 Oct 2015 13:38:36 +0000 (16:38 +0300)
committerBerker Peksag <berker.peksag@gmail.com>
Wed, 21 Oct 2015 13:38:36 +0000 (16:38 +0300)
Misc/NEWS

index 70b03ee12efe1d526469af6da4d20674b6c9b3c8..30d5f5e7b9b5663614a4f71fe985902e4600329f 100644 (file)
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -366,6 +366,12 @@ Windows
 
 - Issue #25022: Removed very outdated PC/example_nt/ directory.
 
+Tools/Demos
+-----------
+
+- Issue #25440: Fix output of python-config --extension-suffix.
+
+
 What's New in Python 3.5.0 final?
 =================================
 
@@ -1045,17 +1051,12 @@ Documentation
 Tools/Demos
 -----------
 
-<<<<<<< local
 - Issue #24000: Improved Argument Clinic's mapping of converters to legacy
   "format units".  Updated the documentation to match.
 
 - Issue #24001: Argument Clinic converters now use accept={type}
   instead of types={'type'} to specify the types the converter accepts.
 
-=======
-- Issue #25440: Fix output of python-config --extension-suffix.
-
->>>>>>> other
 - Issue #23330: h2py now supports arbitrary filenames in #include.
 
 - Issue #24031: make patchcheck now supports git checkouts, too.