Message287931
| Author | ethan.furman |
|---|---|
| Recipients | barry, eli.bendersky, ethan.furman, zero.piraeus |
| Date | 2017-02-16.11:45:48 |
| SpamBayes Score | -1.0 |
| Marked as misclassified | Yes |
| Message-id | <1487245548.21.0.418246678972.issue29577@psf.upfronthosting.co.za> |
| In-reply-to |
| Content | |
|---|---|
While only IntColor fails with an error, Color also fails as it is not a Flag type Enum: >>> list(Color) [<Color.RED: 1>, <Color.BLUE: 2>, <Color.GREEN: 3>] It should have values of 1, 2, 4. |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2017-02-16 11:45:48 | ethan.furman | set | recipients: + ethan.furman, barry, eli.bendersky, zero.piraeus |
| 2017-02-16 11:45:48 | ethan.furman | set | messageid: <1487245548.21.0.418246678972.issue29577@psf.upfronthosting.co.za> |
| 2017-02-16 11:45:48 | ethan.furman | link | issue29577 messages |
| 2017-02-16 11:45:48 | ethan.furman | create | |