From 189772034b211578aca59540d7277f45da4f45d2 Mon Sep 17 00:00:00 2001 From: glitsj16 Date: Mon, 27 Jan 2020 16:31:30 +0000 Subject: clarify dropping python2 support in meld.profile (#3167) * clarify dropping python2 support in meld.profile * properly comment the python2 situation in meld --- etc/meld.profile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/etc/meld.profile b/etc/meld.profile index dc4246611..f360b1ded 100644 --- a/etc/meld.profile +++ b/etc/meld.profile @@ -22,7 +22,8 @@ noblacklist ${HOME}/.ssh noblacklist ${HOME}/.subversion # Allow python (blacklisted by disable-interpreters.inc) -include allow-python3.inc +# Python 2 is EOL (see #3164). Uncomment the next line (or put it into your meld.local) if you understand the risks but want python 2 support for older meld versions. +#include allow-python3.inc # Uncomment the next line (or put it into your meld.local) if you don't need to compare files in disable-common.inc. #include disable-common.inc -- cgit v1.2.3-54-g00ecf