[PATCH 2/3] pwclient: use print_function for better py3 compatibility

Mike Frysinger vapier at gentoo.org
Sat Oct 17 09:49:54 AEDT 2015


On 16 Oct 2015 15:38, Brian Norris wrote:
> On Fri, Oct 16, 2015 at 05:15:30PM -0400, Mike Frysinger wrote:
> > -    except xmlrpclib.Fault, f:
> > +    except xmlrpclib.Fault as f:
> 
> ^^^ this change is not documented in the commit message. Not that it
> really matters much.

this was supposed to be in the other commit:
	pwclient: basic python3 support

i split out the other one, but i guess i missed extracting this one
-mike
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 819 bytes
Desc: Digital signature
URL: <http://lists.ozlabs.org/pipermail/patchwork/attachments/20151016/efaf1b91/attachment.sig>


More information about the Patchwork mailing list