Re: git-p4, and python2 EOL

2019-08-28 Thread Andrey
Luke, 28.08.2019, 04:49, "Luke Diamand" : > We're coming up on when Python2 is end-of-lifed - we have until > January 1st 2020. > > git-p4 uses python2, and doesn't work under python3 at all. > > The problem is the conversions between Python3 unicode strings and git > (utf-8) and p4 (utf-8, except

git-p4, and python2 EOL

2019-08-28 Thread Luke Diamand
We're coming up on when Python2 is end-of-lifed - we have until January 1st 2020. git-p4 uses python2, and doesn't work under python3 at all. The problem is the conversions between Python3 unicode strings and git (utf-8) and p4 (utf-8, except when it isn't). I had a go at fixing this here: http