Re: [PATCH v4 0/3] app: make python apps python2/3 compliant
From: Thomas Monjalon <hidden>
Date: 2017-01-04 20:15:24
From: Thomas Monjalon <hidden>
Date: 2017-01-04 20:15:24
2016-12-21 15:03, John McNamara:
These patches refactor the DPDK Python applications to make them Python 2/3
compatible.
In order to do this the patchset starts by making the apps PEP8 compliant in
accordance with the DPDK Coding guidelines:
http://dpdk.org/doc/guides/contributing/coding_style.html#python-code
Implementing PEP8 and Python 2/3 compliance means that we can check all future
Python patches for consistency. Python 2/3 support also makes downstream
packaging easier as more distros move to Python 3 as the system python.Applied, thanks