On Thu, Apr 3, 2014 at 5:41 PM, Gary van der Merwe <[email protected]> wrote: > > Hi all > > I'm having a go at porting dulwich to Python 3. My goal is to try > achieve a common code base that works for both python 2.7 and python > 3. I think that a common code base is important, as python 3 ports > done as separate code bases tend to bitrot, and not get maintained.
Hi all At long last, a progress update. My python-six branch passes the test suite in both python 2 & python 3 (well almost, this excludes the tutorial doc tests, and the tests that use python-fastimport or the c extensions are skipped.) I still have a lot to do, but it is a big milestone. In the mean time, I'm going to submit a pull request for some of the simpler changes. Regards, Gary _______________________________________________ Mailing list: https://launchpad.net/~dulwich-users Post to : [email protected] Unsubscribe : https://launchpad.net/~dulwich-users More help : https://help.launchpad.net/ListHelp

