1

If "yes", is there any difference when it's used with Python 2. ?

I found this, but I would say the answer isn't clear for me.

Thanks.

2
  • The post you link to says that the maintainer is not interested currently in making GitPython Python 3 compatible. Commented Jun 28, 2013 at 14:24
  • "But to my mind, git-python 0.3 and earlier are rather stable, which is why a port to python 3 would make sense there." Was a bit confusing for me :s Commented Jun 28, 2013 at 18:13

1 Answer 1

1

What the link says is that it does NOT work with Python 3.X.

The replying fellow then goes on to comment that if someone wanted to port it to Python 3 (make it work with Python 3) they would do well to use a more stable version of GitPython than the newest release.

You will need to use Python 2. in order to use that module.

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.