[issue14735] Version 3.2.3 IDLE CTRL-Z plus Carriage Return to end does not work

Roger Serwy report at bugs.python.org
Thu Apr 11 06:46:58 CEST 2013


Roger Serwy added the comment:

Attached is a refreshed patch for tip.

Supporting Ctrl+Z and Enter on Windows would be problematic as I discussed earlier. We could introduce a timer to make sure Enter is pressed within a short window after Ctrl+Z. 

If someone wants to make a patch for that, I'll gladly review it. In the meantime, changing the docs to reflect the actual behavior of IDLE would be simpler.

----------
stage:  -> patch review
type: behavior -> enhancement
versions: +Python 3.4 -Python 3.2
Added file: http://bugs.python.org/file29774/ctrl_z_doc_rev1.patch

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue14735>
_______________________________________


More information about the Python-bugs-list mailing list