On Thu, May 8, 2014 at 1:48 PM, Matthieu Moy <matthieu....@grenoble-inp.fr> wrote: > It is very important that git-multimail keeps running with Python2 > (ideally, it could be portable Python 2 or 3, but it's not so easy to > do), but that would be strange to force even non-git-multimail-users to > use Python2 for that.
FWIW, the rules laid out in PEP394 should be very easy to follow: - If your script is Python2-only, use "#!/usr/bin/env python2" - If your script is Python3-only, use "#!/usr/bin/env python3" - If your script is Python2/3-agnostic, use "#!/usr/bin/env python" ...Johan -- Johan Herland, <jo...@herland.net> www.herland.net -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html