Re: [IronPython] Missing builtins

2005-04-02 Thread Joe Mason
On Sat, Apr 02, 2005 at 02:24:03PM -0800, Michael Spencer wrote: > Here is the set of built-ins that 2.3.3 has and that fepy 0.7.1 lacks. > Absence from this list does not mean an object is correctly implemented. Is this list exhaustive, or only what you've noticed so far? Joe _

[IronPython] Missing builtins

2005-04-02 Thread Michael Spencer
Here is the set of built-ins that 2.3.3 has and that fepy 0.7.1 lacks. Absence from this list does not mean an object is correctly implemented. Functions: callable (reported as bug) locals (reported as bug) vars __import__ input reload raw_input Types: file buffer Deprecated coerce Run