[issue13586] IDLE: Replace selected not working/consistent with find

Roger Serwy report at bugs.python.org
Sat Dec 17 20:25:44 CET 2011


Roger Serwy <roger.serwy at gmail.com> added the comment:

On Linux using 2.7.1 and 3.2, the Replace dialog does not contain the selected text in the Find field.

The find functionality that copies the selected text was introduced in 868ff0dfabd2 on 2002-11-06. Unfortunately it wasn't added to the Replace Dialog code. The attached patch (against 3.3a0) adds this functionality to Replace Dialog and also removes some non-functional (arguably broken) code.

----------
keywords: +patch
nosy: +serwy
Added file: http://bugs.python.org/file24003/issue13586.patch

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


More information about the Python-bugs-list mailing list