Hi,
On Tue, Jan 12, 2016 at 09:56:08PM +0100, Emilio Pozuelo Monfort wrote:
> Package: git-buildpackage
> Version: 0.7.1
> Severity: wishlist
>
> git-buildpackage is still using good old python 2. It'd be nice to
> get it ported to python3 so we can eventually get rid of py2. On
> my system, gbp is one of few packages still depending on python 2.
Note that there's a WiP/Python3 branch at:
https://github.com/agx/git-buildpackage/tree/WiP/python3
The main blocker why this hasn't happened yet is that
+IGNORE_EXCEPTION_DETAIL makes lots of the tests useless and I need find
a proper solution to have doctests working and useful in Python2 and
Python3.
Cheers,
-- Guido