Aug. 30, 2005
6:43 p.m.
Michael Hoffman wrote:
Dare I ask whether the uncompiled versions should be considered for removal in Python 3.0?
*puts on his asbestos jacket*
there are no uncompiled versions, so that's not a problem. if you mean the function level api, it's there for convenience. if you're using less than 100 expressions in your program, you don't really have to *explicitly* compile your expressions. the function api will do that for you all by itself. </F>