[Python-Dev] Re: name for new Enum decorator

2021-05-29 Thread Glenn Linderman
On 5/29/2021 6:33 PM, Nick Coghlan wrote: On Sat, 29 May 2021, 7:27 am Ethan Furman, > wrote: On 5/28/21 12:43 AM, Petr Viktorin wrote:  > On 28. 05. 21 5:24, Ethan Furman wrote:  >>      class FlagWithMasks(IntFlag):  >>          DEFAULT = 0x0  >>

[Python-Dev] Re: name for new Enum decorator

2021-05-29 Thread Nick Coghlan
On Sat, 29 May 2021, 7:27 am Ethan Furman, wrote: > On 5/28/21 12:43 AM, Petr Viktorin wrote: > > On 28. 05. 21 5:24, Ethan Furman wrote: > > >> class FlagWithMasks(IntFlag): > >> DEFAULT = 0x0 > >> > >> FIRST_MASK = 0xF > >> FIRST_ROUND = 0x0 > >>

[Python-Dev] Re: python-iterators mailing list on SourceForge

2021-05-29 Thread Guido van Rossum
All right, I have changed the status to "hidden" (I'm not sure what that means but I suspect that it's not listed but if you happen to have a link you can see it). It looks like what's left of the archives is largely spam? Feel free to send a PR that unlinks it from the PEP. On Fri, May 28, 2021