As reported by EPD users on the mailing list, Ctrl-C no longer works to clear a prompt in the terminal. One user has apparently tried this with a newer checkout from git, but sees the same problem. This has affected one Linux and one Windows user, but I can't replicate it on Linux.
Expected behaviour:
In [1]: cd something_wrong
KeyboardInterrupt
In [1]:
N.B. It seems Ctrl-C does still work to interrupt running commands.