These patches originated in my Python 3 patch series, but seemed like a
reasonable set to split out before revisiting a v2 of the Python 3 series.

These patches integrate running of the 'flake8' tool into the build process.
They resolve several Python style issues, and a few real bugs.

v1->v2:
 - Run flake8 against dirs.py.template instead of dirs.py.
 - Apply tweaks to patch 2 as discussed with Ben on the list.
 - Apply ACKs to most patches.
 - Add patch 12.
 - Patches 6, 11, and 12 still need an ACK.
v2->v3:
 - 11 patches pushed to master, one updated for v3.
 - remove undesired changes from python/ovs/dirs.py.


Russell Bryant (1):
  python: Restrict line length to 79 chars.

 Makefile.am                                           |  3 +--
 python/build/nroff.py                                 | 15 ++++++++++-----
 python/ovs/db/idl.py                                  |  6 ++++--
 python/ovs/socket_util.py                             | 14 +++++++++-----
 xenserver/usr_share_openvswitch_scripts_ovs-xapi-sync |  3 ++-
 5 files changed, 26 insertions(+), 15 deletions(-)

-- 
2.5.0

_______________________________________________
dev mailing list
dev@openvswitch.org
http://openvswitch.org/mailman/listinfo/dev

Reply via email to