issues
search
prompt-toolkit
/
ptpython
A better Python REPL
BSD 3-Clause "New" or "Revised" License
5.23k
stars
281
forks
source link
Custom exit function
#590
Closed
jonathanslenders
closed
3 months ago
jonathanslenders
commented
3 months ago
Don't terminate
sys.stdin
when
exit
is called (important for
embed()
).
Don't require 'exit' to be called with parentheses.
sys.stdin
whenexit
is called (important forembed()
).