From: Berker Peksag Date: Wed, 15 Mar 2017 11:12:22 +0000 (+0300) Subject: Delete duplicate entry in Misc/NEWS (#673) X-Git-Tag: v3.6.2rc1~315 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=02c6fa573a0a7f417e21ad9e81bcff3ac61a9fa8;p=thirdparty%2FPython%2Fcpython.git Delete duplicate entry in Misc/NEWS (#673) It has already been added in the build section. --- diff --git a/Misc/NEWS b/Misc/NEWS index 4c5efefb6593..03f70dc885d8 100644 --- 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.