[Python-Dev] no-op symtable methods

Benjamin Peterson musiccomposition at gmail.com
Sun Aug 17 23:00:17 CEST 2008


I've been working on getting the symtable module back in working
order. However, there are some methods that aren't functioning as they
advertise because of changes in the compiler internally.  I doubt that
any cares or has noticed because I think it's been broken for several
releases now. :)

These methods are:
Symbol.is_in_tuple()
Symbol.is_vararg()
Symbol.is_keyword()


Anyway, if there are no objects, I will deprecate the functions in 2.6
and kill them off for good in 3.0.

-- 
Cheers,
Benjamin Peterson
"There's no place like 127.0.0.1."


More information about the Python-Dev mailing list