This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author ncoghlan
Recipients barry, ethan.furman, ncoghlan, paul.moore, pitrou, r.david.murray
Date 2013-10-21.20:39:53
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1382387993.7.0.875601936607.issue19331@psf.upfronthosting.co.za>
In-reply-to
Content
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.
History
Date User Action Args
2013-10-21 20:39:53ncoghlansetrecipients: + ncoghlan, barry, paul.moore, pitrou, r.david.murray, ethan.furman
2013-10-21 20:39:53ncoghlansetmessageid: <1382387993.7.0.875601936607.issue19331@psf.upfronthosting.co.za>
2013-10-21 20:39:53ncoghlanlinkissue19331 messages
2013-10-21 20:39:53ncoghlancreate