]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Delete duplicate entry in Misc/NEWS (#673)
authorBerker Peksag <berker.peksag@gmail.com>
Wed, 15 Mar 2017 11:12:22 +0000 (14:12 +0300)
committerGitHub <noreply@github.com>
Wed, 15 Mar 2017 11:12:22 +0000 (14:12 +0300)
It has already been added in the build section.

Misc/NEWS

index 4c5efefb6593785315c805a3bd3ea7c911e0fd22..03f70dc885d8186fe87d6d05ba3480c699c41bfb 100644 (file)
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -73,8 +73,6 @@ Core and Builtins
 - Issue #28598: Support __rmod__ for subclasses of str being called before
   str.__mod__.  Patch by Martijn Pieters.
 
-- bpo-29572: Update Windows build and OS X installers to use OpenSSL 1.0.2k.
-
 - bpo-29607: Fix stack_effect computation for CALL_FUNCTION_EX.
   Patch by Matthieu Dartiailh.