CodingStyle: recommend PEP 8 for Python code
authorRussell Bryant <rbryant@redhat.com>
Thu, 19 Feb 2015 18:03:53 +0000 (13:03 -0500)
committerBen Pfaff <blp@nicira.com>
Thu, 19 Feb 2015 18:10:42 +0000 (10:10 -0800)
commita59cf6954e434fca6499de1686b3e8c82f824176
tree84137c3ad64018541100432e914440c59d8fbb22
parent53cc0a88060ce5cc87afd22250364838bbe3c3f5
CodingStyle: recommend PEP 8 for Python code

Add a new section about Python code to the coding style document.
Suggest that all new Python code should adhere to the PEP 8 standard.
Also include a reference to tools that can quickly check code for
style issues.

Signed-off-by: Russell Bryant <rbryant@redhat.com>
Signed-off-by: Ben Pfaff <blp@nicira.com>
AUTHORS
CodingStyle.md