changeset 44887:61cdc8137d53

relnotes: note that we now require modern SSL/TLS features in Python
author Manuel Jacob <me@manueljacob.de>
date Sat, 30 May 2020 23:18:57 +0200
parents 1409da2148c8
children 95903a8d8c97
files relnotes/next
diffstat 1 files changed, 3 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/relnotes/next	Sat May 30 19:04:53 2020 +0200
+++ b/relnotes/next	Sat May 30 23:18:57 2020 +0200
@@ -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 ==