[Python-Dev] Coding practice for context managers
Barry Warsaw
barry at python.org
Mon Oct 21 13:14:37 CEST 2013
On Oct 21, 2013, at 08:46 PM, Nick Coghlan wrote:
>There's also the fact that I prefer the current lower case names, but
>strongly dislike using lower case names for classes (despite the fact
>closing was included in the original contextlib with a non PEP 8 compliant
>class name).
Ha! The only thing I don't much like about ExitStack is its capword name. ;)
I don't have a problem breaking PEP 8 rules for cases like this.
-Barry
More information about the Python-Dev
mailing list