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.