Re: [Qemu-devel] Python3 support for patches

2019-09-17 Thread John Snow
On 9/17/19 12:00 PM, Stefan Hajnoczi wrote: > On Fri, Sep 13, 2019 at 05:21:37PM -0400, John Snow wrote: >> On 9/13/19 3:32 PM, John Snow wrote: >>> Hi, >>> >>> I quite like the patches tool; but python2 is notably doomed. >>> >>> I tried my hand at polishing it up for python3 and pushed the res

Re: [Qemu-devel] Python3 support for patches

2019-09-17 Thread Stefan Hajnoczi
On Fri, Sep 13, 2019 at 05:21:37PM -0400, John Snow wrote: > On 9/13/19 3:32 PM, John Snow wrote: > > Hi, > > > > I quite like the patches tool; but python2 is notably doomed. > > > > I tried my hand at polishing it up for python3 and pushed the results > > here: https://github.com/jnsnow/patches

Re: [Qemu-devel] Python3 support for patches

2019-09-13 Thread John Snow
On 9/13/19 3:32 PM, John Snow wrote: > Hi, > > I quite like the patches tool; but python2 is notably doomed. > > I tried my hand at polishing it up for python3 and pushed the results > here: https://github.com/jnsnow/patches/tree/python3 > > I didn't faff around with trying to add simultaneou

[Qemu-devel] Python3 support for patches

2019-09-13 Thread John Snow
Hi, I quite like the patches tool; but python2 is notably doomed. I tried my hand at polishing it up for python3 and pushed the results here: https://github.com/jnsnow/patches/tree/python3 I didn't faff around with trying to add simultaneous support: this is a direct conversion in one big chunk.