From patchwork Sun May 31 03:58:50 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: [1, of, 2, v3] relnotes: note that we now require modern SSL/TLS features in Python From: Manuel Jacob X-Patchwork-Id: 46430 Message-Id: To: mercurial-devel@mercurial-scm.org Date: Sun, 31 May 2020 05:58:50 +0200 # HG changeset patch # User Manuel Jacob # Date 1590873537 -7200 # Sat May 30 23:18:57 2020 +0200 # Node ID d5441892eb22aa451bb479919e95f671e99857eb # Parent ed05581cec9e829ee4dd3daef8fc4fdd63f6ab54 # EXP-Topic require_modern_ssl relnotes: note that we now require modern SSL/TLS features in Python diff --git a/relnotes/next b/relnotes/next --- a/relnotes/next +++ b/relnotes/next @@ -6,6 +6,9 @@ == Backwards Compatibility Changes == +* Mercurial now requires at least Python 2.7.9 or a Python version that + backported modern SSL/TLS features (as defined in PEP 466). + == Internal API Changes ==