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 Guy Gangemi, barry, cryvate, eli.bendersky, ethan.furman, hongweipeng, rhettinger
Date 2021-01-14.01:26:05
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1610587565.91.0.243472815877.issue32218@roundup.psfhosted.org>
In-reply-to
Content
Final outcome:

`Flag` has been redesigned such that any flag comprised of a single bit is canonical; flags comprised of multiple bits are considered aliases.  During iteration only canonical flags are returned.
History
Date User Action Args
2021-01-14 01:26:05ethan.furmansetrecipients: + ethan.furman, barry, rhettinger, eli.bendersky, hongweipeng, cryvate, Guy Gangemi
2021-01-14 01:26:05ethan.furmansetmessageid: <1610587565.91.0.243472815877.issue32218@roundup.psfhosted.org>
2021-01-14 01:26:05ethan.furmanlinkissue32218 messages
2021-01-14 01:26:05ethan.furmancreate