[docs] Code, test, and doc review for PEP-0435 Enum (issue 17947)

berker.peksag at gmail.com berker.peksag at gmail.com
Fri May 10 16:46:19 CEST 2013


http://bugs.python.org/review/17947/diff/8105/Lib/enum.py
File Lib/enum.py (right):

http://bugs.python.org/review/17947/diff/8105/Lib/enum.py#newcode17
Lib/enum.py:17: 
Nit: Two blank lines. (see PEP 8 E302)

http://bugs.python.org/review/17947/diff/8105/Lib/enum.py#newcode18
Lib/enum.py:18: class StealthProperty():
Is there a reason not to write `class StealthProperty:` (without the
brackets) here?

http://bugs.python.org/review/17947/


More information about the docs mailing list