[issue19331] Revise PEP 8 recommendation for class names

Nick Coghlan report at bugs.python.org
Thu Oct 24 13:01:48 CEST 2013


Nick Coghlan added the comment:

collections.defaultdict, collections.deque, array.array and many of the builtins suggest the rule isn't that simple (although other examples like Decimal, Fraction, OrderedDict, Counter and ChainMap suggest my guideline is also wrong).

The main thing I want is to be able to provide and document attributes on contextlib.suppress and contextlib.redirect_stdio without violating PEP 8.

----------

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


More information about the Python-bugs-list mailing list