Skip to content

Commit

Permalink
clarify dropping python2 support in meld.profile (#3167)
Browse files Browse the repository at this point in the history
* clarify dropping python2 support in meld.profile

* properly comment the python2 situation in meld
  • Loading branch information
glitsj16 committed Jan 27, 2020
1 parent 7a6522a commit 1897720
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion etc/meld.profile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 1897720

Please sign in to comment.