From 1183d6f817046a9f2b82a8d61b56046f046afb3f Mon Sep 17 00:00:00 2001 From: Alberto Bertogli Date: Sun, 24 May 2020 02:36:43 +0100 Subject: Move to Python 3 Python 3 was released more than 10 years ago, and support for Python 2 is going away, with many Linux distributions starting to phase it out. This patch migrates git-arr to Python 3. The generated output is almost exactly the same, there are some minor differences such as HTML characters being quoted more aggresively, and handling of paths with non-utf8 values. --- .gitignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index faf410c..94fab83 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,4 @@ *.pyc __pycache__ -.*.swp +.* +!.gitignore -- cgit v1.2.3