
Sept. 14, 2009
1:53 a.m.
Benjamin Peterson wrote:
Bernie Innocenti <bernie@...> writes:
If we could break the syntax of "print" statements, I'm sure we can also find a satisfactory compromise for CTRL-C handling that won't affect more than 0.1% of existing Python programs.
It would actually be a huge compatibility break because finally statments would no longer be garunteed to execute.
Perhaps CTRL-C could be left as-is but also have a 'stronger' version like SHIFT-CTRL-C.