Hacker News new | ask | show | jobs
by macintux 87 days ago
The number of times I’ve attempted to use Ctrl-U in a Python shell only to discover it doesn’t work…
1 comments

Haven't seen this - shouldn't this always work on unixy platforms? If using readline/editline it works, and if built without it also works.
It’s an internal, custom, vaguely UNIX-like shell in Windows. Typically I’m running Python from bash; Ctrl-U works under bash, but not Python.