[Python-ideas] constant/enum type in stdlib (original) (raw)
Serhiy Storchaka storchaka at gmail.com
Wed Jan 30 17:56:56 CET 2013
- Previous message: [Python-ideas] constant/enum type in stdlib
- Next message: [Python-ideas] constant/enum type in stdlib
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
On 30.01.13 18:23, Antoine Pitrou wrote:
TypeFlag.HASGC | TypeFlag.INTSUBCLASS 6
I prefer something like
TypeFlag.HAS_GC | TypeFlag.INT_SUBCLASS TypeFlag.HAS_GC|INT_SUBCLASS
- Previous message: [Python-ideas] constant/enum type in stdlib
- Next message: [Python-ideas] constant/enum type in stdlib
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]