BPO | [17947](https://bugs.python.org/issue17947) --- | :--- Nosy | @gvanrossum, @warsaw, @ncoghlan, @vstinner, @benjaminp, @ezio-melotti, @alex, @ethanfurman, @zware, @phmc, @dstufft Files | [pep-0435.01.patch](https://bugs.python.org/file30192/pep-0435.01.patch "Uploaded as text/plain at 2013-05-10.07:09:01 by @ethanfurman")[pep-0435.02.patch](https://bugs.python.org/file30195/pep-0435.02.patch "Uploaded as text/plain at 2013-05-10.15:21:22 by @ethanfurman")[pep-0435.03.patch](https://bugs.python.org/file30202/pep-0435.03.patch "Uploaded as text/plain at 2013-05-10.17:54:59 by @ethanfurman")[pep-0435.04.patch](https://bugs.python.org/file30209/pep-0435.04.patch "Uploaded as text/plain at 2013-05-10.21:04:07 by @ethanfurman")[pep-0435.05.patch](https://bugs.python.org/file30231/pep-0435.05.patch "Uploaded as text/plain at 2013-05-12.14:24:57 by @ethanfurman")[pep-0435.06.patch](https://bugs.python.org/file30265/pep-0435.06.patch "Uploaded as text/plain at 2013-05-15.02:28:24 by @ethanfurman"): latest code with appropriate changes[pep-0435.07.eliben.patch](https://bugs.python.org/file30384/pep-0435.07.eliben.patch "Uploaded as text/plain at 2013-05-26.16:04:17 by eli.bendersky")[pep-0435.09.stoneleaf.patch](https://bugs.python.org/file30506/pep-0435.09.stoneleaf.patch "Uploaded as text/plain at 2013-06-08.08:41:07 by @ethanfurman")[pep-0435.10.stoneleaf.patch](https://bugs.python.org/file30511/pep-0435.10.stoneleaf.patch "Uploaded as text/plain at 2013-06-09.04:45:54 by @ethanfurman")[pep-0435.11.stoneleaf.patch](https://bugs.python.org/file30512/pep-0435.11.stoneleaf.patch "Uploaded as text/plain at 2013-06-09.06:20:41 by @ethanfurman")[pep-0435.12.stoneleaf.patch](https://bugs.python.org/file30548/pep-0435.12.stoneleaf.patch "Uploaded as text/plain at 2013-06-11.18:40:14 by @ethanfurman") *Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.* Show more details GitHub fields: ```python assignee = 'https://github.com/ethanfurman' closed_at = created_at = labels = ['tests', 'type-feature', 'library', 'docs'] title = 'Code, test, and doc review for PEP-0435 Enum' updated_at = user = 'https://github.com/ethanfurman' ``` bugs.python.org fields: ```python activity = actor = 'ncoghlan' assignee = 'ethan.furman' closed = True closed_date = closer = 'python-dev' components = ['Documentation', 'Library (Lib)', 'Tests'] creation = creator = 'ethan.furman' dependencies = [] files = ['30192', '30195', '30202', '30209', '30231', '30265', '30384', '30506', '30511', '30512', '30548'] hgrepos = [] issue_num = 17947 keywords = ['patch'] message_count = 65.0 messages = ['188812', '188814', '188815', '188833', '188837', '188839', '188841', '188856', '188881', '188891', '188893', '188894', '188895', '188921', '188933', '188941', '188947', '188948', '188975', '188977', '188979', '188982', '189014', '189020', '189021', '189027', '189029', '189036', '189160', '189164', '189175', '189188', '189263', '189446', '190033', '190095', '190099', '190115', '190118', '190119', '190122', '190123', '190126', '190130', '190131', '190312', '190795', '190796', '190803', '190804', '190805', '190806', '190842', '190844', '190847', '190862', '190870', '190980', '191103', '191104', '191133', '191137', '191172', '191173', '191181'] nosy_count = 15.0 nosy_names = ['gvanrossum', 'barry', 'ncoghlan', 'vstinner', 'benjamin.peterson', 'ezio.melotti', 'alex', 'eli.bendersky', 'docs@python', 'ethan.furman', 'python-dev', 'zach.ware', 'pconnell', 'dstufft', 'isoschiz'] pr_nums = [] priority = 'normal' resolution = 'fixed' stage = 'resolved' status = 'closed' superseder = None type = 'enhancement' url = 'https://bugs.python.org/issue17947' versions = ['Python 3.4'] ```