Am I crazy regarding the style guide for function names?

Peter Otten __peter__ at web.de
Sat Jun 19 02:37:52 EDT 2004


Leif K-Brooks wrote:

> I try to make my code comply to the Python style guide
> (http://www.python.org/peps/pep-0008.html). Last time I read it, I swear
> that it said to use CamelCase for often-used functions and
> lower_case_with_underscores for rarely-used utility functions. Now it
> says to use low_case_with_underscores for everything, but it claims to
> be last updated in 2001. Am I crazy?

Not yet, according to

http://cvs.sourceforge.net/viewcvs.py/python/python/nondist/peps/pep-0008.txt?r1=1.20&r2=1.24

:-)

Peter




More information about the Python-list mailing list