This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

classification
Title: Minor improvements to "Functional API" section of Enum documentation
Type: enhancement Stage: resolved
Components: Documentation Versions: Python 3.5
process
Status: closed Resolution: fixed
Dependencies: Superseder:
Assigned To: docs@python Nosy List: docs@python, ethan.furman, python-dev, simeon.visser
Priority: normal Keywords: patch

Created on 2014-12-04 17:10 by simeon.visser, last changed 2022-04-11 14:58 by admin. This issue is now closed.

Files
File name Uploaded Description Edit
issue22997.patch simeon.visser, 2014-12-04 17:11 review
Messages (4)
msg232142 - (view) Author: Simeon Visser (simeon.visser) Date: 2014-12-04 17:10
This patch contributes two changes to the "Functional API" section of the Enum documentation:

- Early in the section it mentions four different ways of creating an Enum but later it only lists three different ways (the "sequence of names" approach wasn't listed anymore).

- The use of "Animal" and "Animals" wasn't consistent.

This issue is mainly to test my ability to make a (trivial) patch.
msg232143 - (view) Author: Ethan Furman (ethan.furman) * (Python committer) Date: 2014-12-04 17:20
Simeon, the patch looks decent; I'll review it more carefully later.

If you are going to contribute non-trivial patches, you'll need to sign the CLA:  https://www.python.org/psf/contrib/contrib-form/ .

Thanks for helping!
msg234059 - (view) Author: Roundup Robot (python-dev) (Python triager) Date: 2015-01-15 06:32
New changeset 522d13d8e76e by Ethan Furman in branch '3.4':
Issue22997: minor doc update; thanks to Simoen Visser
https://hg.python.org/cpython/rev/522d13d8e76e

New changeset 31ae2dcaaed8 by Ethan Furman in branch 'default':
Issue22997: minor doc update; thanks to Simoen Visser
https://hg.python.org/cpython/rev/31ae2dcaaed8
msg234060 - (view) Author: Ethan Furman (ethan.furman) * (Python committer) Date: 2015-01-15 06:33
Thank you, Simeon!
History
Date User Action Args
2022-04-11 14:58:10adminsetgithub: 67186
2015-01-15 06:36:45ethan.furmansetresolution: fixed
2015-01-15 06:33:35ethan.furmansetstatus: open -> closed

messages: + msg234060
stage: resolved
2015-01-15 06:32:58python-devsetnosy: + python-dev
messages: + msg234059
2014-12-04 17:20:48ethan.furmansetmessages: + msg232143
2014-12-04 17:14:20ethan.furmansetnosy: + ethan.furman
2014-12-04 17:11:27simeon.vissersetfiles: + issue22997.patch
keywords: + patch
2014-12-04 17:10:19simeon.vissercreate