replit / prybar

Pry open those interpreters.
GNU General Public License v2.0
253 stars 52 forks source link

Force loading the readline module in python. #9

Closed basicer closed 5 years ago

basicer commented 5 years ago

This makes program execution more closely mirror execution in the repl.

Also it makes input/raw_input works as documented where the prompt is written to stdout.