
Top : Computers : Programming : Languages : Python : Modules :
Terminal IO
Websites
A replacement for readline for use from Python with better multi-line editing. [Open Source, Python-style]
site exerpt
~mwh/hacks/pyrepl One is the inability to do sane multi-line editing. Have you ever typed something like: for i in range(10 for i in range(10 print i*j into a Python top-level? Grr, that i on the second line should have been a...