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 <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