[issue23591] Add Flags and IntFlags

Ethan Furman report at bugs.python.org
Mon Aug 8 21:13:51 EDT 2016


Ethan Furman added the comment:

Flags -> int-backed, but not ints; useful for pure Python flags
IntFlags -> ints (like IntEnum); useful for interfacing with other systems

Are there better names?

----------
title: Add IntFlags -> Add Flags and IntFlags

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue23591>
_______________________________________


More information about the Python-bugs-list mailing list