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@python
components: Documentation
files: uppercase-enums.patch
keywords: patch
messages: 276589
nosy: Rosuav, docs@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 <rep...@bugs.python.org>
<http://bugs.python.org/issue28172>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to