[pypy-dev] Re: New __builtin__

Michael Hudson mwh at python.net
Mon Jan 27 17:07:17 CET 2003


Scott Fenton <scott at fenton.baltimore.md.us> writes:

> Stuff I think can be easily done in python that haven't been yet:
> dir, raw_input, reload, round, and xrange.

dir is probably possible but a bit tedious.

raw_input is impossible if you what full compatibility AFAICT
(readline).

round, xrange, reload should all be pretty easy.

Cheers,
M.



More information about the Pypy-dev mailing list