[New-bugs-announce] [issue28172] Upper-case all example enum members

Chris Angelico report at bugs.python.org
Thu Sep 15 15:01:47 EDT 2016


New submission from Chris Angelico:

Discussion on python-ideas led to a firm ruling by Guido that enum members are functionally equivalent to constants, and should thus be named in upper-case. This is contrary to the current documentation. Solution? Change the docs.

----------
assignee: docs at python
components: Documentation
files: uppercase-enums.patch
keywords: patch
messages: 276589
nosy: Rosuav, docs at python
priority: normal
severity: normal
status: open
title: Upper-case all example enum members
versions: Python 3.5, Python 3.6, Python 3.7
Added file: http://bugs.python.org/file44676/uppercase-enums.patch

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


More information about the New-bugs-announce mailing list