[Python-ideas] IntFlags

Serhiy Storchaka storchaka at gmail.com
Sat Mar 7 20:39:40 CET 2015


On 07.03.15 21:02, Neil Girdhar wrote:
> A drop-in replacement for what?  Is there a lot of Python code that
> manipulates flags that you expect people to convert to IntFlags from
> int?  Isn't the point of IntFlags for writing new code?

No, the point of IntFlags to be drop-in replacement for integer 
constants used as flags. See my patch in issue23591.



More information about the Python-ideas mailing list