Kay Schluehr schrieb: > set, int, float, list, object,... > > Don't see any of the basic types following the capitalized word > convention for classes covered by PEP 08.
These aren't classes, they are types. PEP 8 doesn't specify any convention for types; it is common to either apply the conventions for functions to them, or the conventions for classes. Regards, Martin -- http://mail.python.org/mailman/listinfo/python-list