[issue19331] Revise PEP 8 recommendation for class names

Nick Coghlan report at bugs.python.org
Mon Oct 21 22:39:53 CEST 2013


Nick Coghlan added the comment:

Lots of builtins, collections and itertools use lowercase names as well, as do some older stdlib types (array, mmap, socket).

The only clear dividing lines I can really discern are that ABCs *must* start with a capital, as should classes paired with a separate factory function.

----------

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue19331>
_______________________________________


More information about the Python-bugs-list mailing list