On 5/28/21 5:23 AM, Ethan Furman wrote:
Greetings!
The Flag type in the enum module has had some improvements, but I find
it necessary to move one of those improvements into a decorator instead,
and I'm having a hard time thinking up a name.
What is the behavior? Well, a name in a flag type
On 2021-05-28 04:23, Ethan Furman wrote:
Greetings!
The Flag type in the enum module has had some improvements, but I find it
necessary to move one of those improvements
into a decorator instead, and I'm having a hard time thinking up a name.
[snip]
So, like the enum.unique decorator that c
On 2021-05-27 at 20:23:29 -0700,
Regarding "name for new Enum decorator,"
Ethan Furman wrote:
> Greetings!
>
> The Flag type in the enum module has had some improvements, but I find it
> necessary to move one of those improvements into a decorator instead, and
> I'm having a hard time thinking u