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 <rep...@bugs.python.org>
<http://bugs.python.org/issue19331>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to