[issue22997] Minor improvements to "Functional API" section of Enum documentation

2015-01-14 Thread Ethan Furman
Changes by Ethan Furman : -- resolution: -> fixed ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://mail

[issue22997] Minor improvements to "Functional API" section of Enum documentation

2015-01-14 Thread Ethan Furman
Ethan Furman added the comment: Thank you, Simeon! -- stage: -> resolved status: open -> closed ___ Python tracker ___ ___ Python-bug

[issue22997] Minor improvements to "Functional API" section of Enum documentation

2015-01-14 Thread Roundup Robot
Roundup Robot added the comment: 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 t

[issue22997] Minor improvements to "Functional API" section of Enum documentation

2014-12-04 Thread Ethan Furman
Ethan Furman added the comment: 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! -- ___

[issue22997] Minor improvements to "Functional API" section of Enum documentation

2014-12-04 Thread Ethan Furman
Changes by Ethan Furman : -- nosy: +ethan.furman ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://mail.p

[issue22997] Minor improvements to "Functional API" section of Enum documentation

2014-12-04 Thread Simeon Visser
Changes by Simeon Visser : -- keywords: +patch Added file: http://bugs.python.org/file37360/issue22997.patch ___ Python tracker ___ __

[issue22997] Minor improvements to "Functional API" section of Enum documentation

2014-12-04 Thread Simeon Visser
New submission from Simeon Visser: 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 lis