[Bro-Dev] #297: Remove trace rewriter

Bernhard Ager bernhard+bro at net.t-labs.tu-berlin.de
Thu Mar 17 10:11:38 PDT 2011


On Thu, Mar 17, 2011 at 09:16:37AM -0700, Robin Sommer wrote: 
> > * Python (broctl) source files seem to be mostly spaces reST
> > * source files for documentation seem to be spaces 
> 
> Indentation-style due to Robin -> Spaces. 

Spaces only, btw, are recommended for Python in PEP-8, "Style Guide
for Python Code", <http://www.python.org/dev/peps/pep-0008/>. It's a
terribly good idea to adhere to this recommendation because it's the
prevalent use and because of Python's definition of blocks with
whitespace. Diverting usually results in increased pain when using
Python code from multiple origins.

For further information check PEP-666 :-)             


  Bernhard
-- 
Technische Universität Berlin
An-Institut Deutsche Telekom Laboratories
FG INET, Research Group Anja Feldmann
Sekr. TEL 4
Ernst-Reuter-Platz 7
D-10587 Berlin



More information about the bro-dev mailing list