Y
Hacker News
new
|
ask
|
show
|
jobs
by
nneonneo
901 days ago
Yeah, and it’s also useful to teach newbies about the usual syntax for doing things rather than introducing special-case magic. It would be _weird_ to just quit after writing a bare “exit”.
1 comments
gizmo
901 days ago
ipython intentionally diverges from the regular python REPL. It just quits like you expect without crying about it.
link