[Python-Dev] PEP 8 and function names (original) (raw)

Skip Montanaro skip at pobox.com
Mon May 27 18:47:15 CEST 2013


But one thing that often confuses people : function naming. The standard library is kind of inconsistent. Some functions are separated by underscores and others aren't.

I think there are a number of reasons for this:

In any case, once a module makes it into the standard library, the cost of changing spelling outweighs the benefits of slavish adherence to PEP 8.

Skip



More information about the Python-Dev mailing list