[Python-checkins] cpython (3.2): Issue #14409: IDLE doesn't not execute commands from shell with default

Nick Coghlan ncoghlan at gmail.com
Fri Mar 30 05:12:18 CEST 2012


On Fri, Mar 30, 2012 at 2:01 AM, andrew.svetlov
<python-checkins at python.org> wrote:
> +- Issue #14409: IDLE doesn't not execute commands from shell,
> +  error with default keybinding for Return. (Patch by Roger Serwy)

The double negative here makes this impossible to understand. Could we
please get an updated NEWS entry that explains what actually changed
in IDLE to fix this?

Perhaps something like "IDLE now always sets the default keybind for
Return correctly, ensuring commands can be executed in the IDLE shell
window"? (assuming that's what happened).

This is important, folks: NEWS entries need to be comprehensible for
people that *haven't* read the associated tracker issue. This means
that issue titles (which generally describe a problem someone was
having) are often inappropriate as NEWS items. NEWS items should be
short descriptions that clearly describe *what changed*, perhaps with
some additional information to explain a bit about why the change was
made.

Regards,
Nick.

-- 
Nick Coghlan   |   ncoghlan at gmail.com   |   Brisbane, Australia


More information about the Python-checkins mailing list