Re: [PATCH 3/3] pwclient: basic python3 support

2015-10-16 Thread Mike Frysinger
On 16 Oct 2015 22:13, Finucane, Stephen wrote: > > From: Mike Frysinger > > > > This fixes a few random issues to make the script work at least somewhat > > under python 3: > > - set the default encoding to utf-8 > > - handle xmlrpclib/xmlrpc.client module renames > > -

Re: [PATCH 3/3] pwclient: basic python3 support

2015-10-16 Thread Brian Norris
On Fri, Oct 16, 2015 at 10:49:04PM +, Finucane, Stephen wrote: > > (... and I see it was merged already. Cool.) > > I had reviewed (and have also been using) the patches 1[1] and 3[2] in > the series since the first time they were sent. Had the same trivial > comment about the second one but

RE: [PATCH 3/3] pwclient: basic python3 support

2015-10-16 Thread Finucane, Stephen
> (... and I see it was merged already. Cool.) I had reviewed (and have also been using) the patches 1[1] and 3[2] in the series since the first time they were sent. Had the same trivial comment about the second one but I let it slip - it's a good fix and I'm eager to get this kind of stuff in

RE: [PATCH 3/3] pwclient: basic python3 support

2015-10-16 Thread Finucane, Stephen
> From: Mike Frysinger > > This fixes a few random issues to make the script work at least somewhat > under python 3: > - set the default encoding to utf-8 > - handle xmlrpclib/xmlrpc.client module renames > - handle ConfigParser/configparser module renames > - add a

RE: [PATCH 3/3] pwclient: basic python3 support

2015-10-16 Thread Finucane, Stephen
> > From: Mike Frysinger > > > > This fixes a few random issues to make the script work at least somewhat > > under python 3: > > - set the default encoding to utf-8 > > - handle xmlrpclib/xmlrpc.client module renames > > - handle ConfigParser/configparser module renames > >