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.

Author ethan.furman
Recipients anentropic, barry, eli.bendersky, ethan.furman
Date 2018-04-16.03:40:37
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1523850038.24.0.682650639539.issue31947@psf.upfronthosting.co.za>
In-reply-to
Content
New changeset b8e21f12891382bc0aac5ccd13dcb4a990d65e0a by Ethan Furman (anentropic) in branch 'master':
bpo-31947: remove None default for names param in Enum._create_ (GH-4288)
https://github.com/python/cpython/commit/b8e21f12891382bc0aac5ccd13dcb4a990d65e0a
History
Date User Action Args
2018-04-16 03:40:38ethan.furmansetrecipients: + ethan.furman, barry, eli.bendersky, anentropic
2018-04-16 03:40:38ethan.furmansetmessageid: <1523850038.24.0.682650639539.issue31947@psf.upfronthosting.co.za>
2018-04-16 03:40:38ethan.furmanlinkissue31947 messages
2018-04-16 03:40:37ethan.furmancreate