Danek Duvall <[EMAIL PROTECTED]> writes: >> client.py: I personally really like a couple of lines of vertical >> whitespace between functions, esp. in python where there is no column >> zero closing brace to signify function end. Oh well. > > Hm. My sense is the opposite. :) >
PEP8 wants two lines between top-level declarations, one line between declarations within a class. Make of that what you will. -- Rich _______________________________________________ pkg-discuss mailing list [email protected] http://mail.opensolaris.org/mailman/listinfo/pkg-discuss
