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 serhiy.storchaka
Recipients ethan.furman, larry, ncoghlan, python-dev, rhettinger, serhiy.storchaka, xiang.zhang, yselivanov
Date 2017-01-24.05:40:14
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1485236414.89.0.546117792422.issue29338@psf.upfronthosting.co.za>
In-reply-to
Content
It is easy to fix the test by adding missed lines. But I'm not sure that output the (correct) signature of enum classes makes the help better.

    Color(value, names=None, *, module=None, qualname=None, type=None, start=1)

Ethan, what are your thoughts?
History
Date User Action Args
2017-01-24 05:40:14serhiy.storchakasetrecipients: + serhiy.storchaka, rhettinger, ncoghlan, larry, ethan.furman, python-dev, yselivanov, xiang.zhang
2017-01-24 05:40:14serhiy.storchakasetmessageid: <1485236414.89.0.546117792422.issue29338@psf.upfronthosting.co.za>
2017-01-24 05:40:14serhiy.storchakalinkissue29338 messages
2017-01-24 05:40:14serhiy.storchakacreate