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 barry, eli.bendersky, ethan.furman, ezio.melotti, martin.panter, python-dev, r.david.murray, rhettinger, serhiy.storchaka, veky
Date 2016-09-07.19:09:12
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1473275352.84.0.448168164822.issue23591@psf.upfronthosting.co.za>
In-reply-to
Content
Any problems with:

class Color(Enum):  # or Color(Flag)
  red = _auto_
  green = _auto_
  blue = _auto_

In other words:
- is the missing parenthesis an issue?
- are linters/checkers/IDEs going to have (or report) problems with that?
History
Date User Action Args
2016-09-07 19:09:12ethan.furmansetrecipients: + ethan.furman, barry, rhettinger, ezio.melotti, r.david.murray, eli.bendersky, python-dev, martin.panter, serhiy.storchaka, veky
2016-09-07 19:09:12ethan.furmansetmessageid: <1473275352.84.0.448168164822.issue23591@psf.upfronthosting.co.za>
2016-09-07 19:09:12ethan.furmanlinkissue23591 messages
2016-09-07 19:09:12ethan.furmancreate