Re: [ovs-dev] [RFC 00/55] Add Python 3 support.

2015-12-21 Thread Ben Pfaff
On Mon, Dec 21, 2015 at 07:29:41PM -0500, Russell Bryant wrote: > On Mon, Dec 21, 2015 at 6:46 PM, Ben Pfaff wrote: > > > On Mon, Dec 21, 2015 at 06:20:42PM -0500, Russell Bryant wrote: > > > On Mon, Dec 21, 2015 at 5:14 PM, Ben Pfaff wrote: > > > > > > > On Sat, Dec 19, 2015 at 11:37:00AM -0500

Re: [ovs-dev] [RFC 00/55] Add Python 3 support.

2015-12-21 Thread Russell Bryant
On Mon, Dec 21, 2015 at 6:46 PM, Ben Pfaff wrote: > On Mon, Dec 21, 2015 at 06:20:42PM -0500, Russell Bryant wrote: > > On Mon, Dec 21, 2015 at 5:14 PM, Ben Pfaff wrote: > > > > > On Sat, Dec 19, 2015 at 11:37:00AM -0500, Russell Bryant wrote: > > > > $ make check TESTSUITEFLAGS="-k pep8" > > >

Re: [ovs-dev] [RFC 00/55] Add Python 3 support.

2015-12-21 Thread Ben Pfaff
On Mon, Dec 21, 2015 at 06:20:42PM -0500, Russell Bryant wrote: > On Mon, Dec 21, 2015 at 5:14 PM, Ben Pfaff wrote: > > > On Sat, Dec 19, 2015 at 11:37:00AM -0500, Russell Bryant wrote: > > > $ make check TESTSUITEFLAGS="-k pep8" > > > > > > Another option would be to run this part at ovs build t

Re: [ovs-dev] [RFC 00/55] Add Python 3 support.

2015-12-21 Thread Russell Bryant
On Mon, Dec 21, 2015 at 5:14 PM, Ben Pfaff wrote: > On Sat, Dec 19, 2015 at 11:37:00AM -0500, Russell Bryant wrote: > > $ make check TESTSUITEFLAGS="-k pep8" > > > > Another option would be to run this part at ovs build time, similar to a > > number of other checks currently being done. > > > > $

Re: [ovs-dev] [RFC 00/55] Add Python 3 support.

2015-12-21 Thread Ben Pfaff
On Sat, Dec 19, 2015 at 11:37:00AM -0500, Russell Bryant wrote: > $ make check TESTSUITEFLAGS="-k pep8" > > Another option would be to run this part at ovs build time, similar to a > number of other checks currently being done. > > $ grep 'ALL_LOCAL.*\-check' Makefile.am > ALL_LOCAL += config-h-c

Re: [ovs-dev] [RFC 00/55] Add Python 3 support.

2015-12-19 Thread Russell Bryant
On 12/19/2015 07:37 AM, Russell Bryant wrote: > On 12/18/2015 06:16 PM, Justin Pettit wrote: >> >>> On Dec 18, 2015, at 12:12 PM, Russell Bryant wrote: >>> >>> I'm only submitting the cover letter for this RFC. The current state of >>> the patches can be seen on github. >>> >>> https://github.com

Re: [ovs-dev] [RFC 00/55] Add Python 3 support.

2015-12-19 Thread Russell Bryant
On 12/18/2015 06:16 PM, Justin Pettit wrote: > >> On Dec 18, 2015, at 12:12 PM, Russell Bryant wrote: >> >> I'm only submitting the cover letter for this RFC. The current state of >> the patches can be seen on github. >> >> https://github.com/openvswitch/ovs/compare/master...russellb:python > >

Re: [ovs-dev] [RFC 00/55] Add Python 3 support.

2015-12-18 Thread Justin Pettit
> On Dec 18, 2015, at 12:12 PM, Russell Bryant wrote: > > I'm only submitting the cover letter for this RFC. The current state of > the patches can be seen on github. > > https://github.com/openvswitch/ovs/compare/master...russellb:python Wow! This is awesome. > 3) Apply Python style fixes.

[ovs-dev] [RFC 00/55] Add Python 3 support.

2015-12-18 Thread Russell Bryant
I'm only submitting the cover letter for this RFC. The current state of the patches can be seen on github. https://github.com/openvswitch/ovs/compare/master...russellb:python This is a fairly long patch series. I tried to keep things broken up into fairly small chunks to make it easier to revie