[issue19156] Enum helper functions test-coverage

2013-10-06 Thread Roundup Robot
Roundup Robot added the comment: New changeset 516576f5f9dc by Ethan Furman in branch 'default': Close #19156: add tests and fix for Enum helper edge cases. Patch from CliffM. http://hg.python.org/cpython/rev/516576f5f9dc -- nosy: +python-dev resolution: -> fixed stage: patch review ->

[issue19156] Enum helper functions test-coverage

2013-10-06 Thread Ethan Furman
Ethan Furman added the comment: Thanks for catching that, Cliff. -- ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscri

[issue19156] Enum helper functions test-coverage

2013-10-04 Thread Ethan Furman
Changes by Ethan Furman : -- assignee: -> ethan.furman nosy: +ethan.furman stage: -> patch review ___ Python tracker ___ ___ Python-

[issue19156] Enum helper functions test-coverage

2013-10-03 Thread CliffM
New submission from CliffM: Added some tests for the _is_sunder and _is_dunder helper functions in the enum module. -- components: Tests files: enum.patch keywords: patch messages: 198923 nosy: CliffM priority: normal severity: normal status: open title: Enum helper functions test-cover