From 8c3946d31c0a55228576f60c682486611c537a87 Mon Sep 17 00:00:00 2001 From: Valentin Lorentz Date: Mon, 22 Feb 2016 18:36:53 +0100 Subject: [PATCH] =?UTF-8?q?Actually,=203.2=20and=203.3=20don't=20have=20SS?= =?UTF-8?q?LContext=20either.=20Let's=20recommend=20only=20=E2=89=A5=203.4?= =?UTF-8?q?.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/utils/net.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/utils/net.py b/src/utils/net.py index 8ae3ac1b2..505737453 100644 --- a/src/utils/net.py +++ b/src/utils/net.py @@ -171,7 +171,6 @@ else: logger.critical('This Python version does not support SSL/TLS ' 'certification authority verification, which makes your ' 'connection vulnerable to man-in-the-middle attacks.' - 'You should consider upgrading to Python 3 ' - '(or at least 2.7.9).') + 'You should consider upgrading to Python 3.4 or newer.') return conn # vim:set shiftwidth=4 softtabstop=4 expandtab textwidth=79: