New submission from Qwert225:
IDLE's "Replace All" option with up direction and disabled "Wrap around"
replaces only the bottommost of all matching upward entries instead of
replacing all matching upward entries.
--
assignee: terry.reedy
components: I
Qwert225 added the comment:
EDIT: IDLE's "Replace All" with up direction and no wrapping replaces one
upward matching entry and all downward matching entries even though it is set
to replace all upward entries.
--
title: "Replace All" with up direction and
New submission from Qwert225:
String executed inside a function ignores global statements stated before
string execution.
See the example below - the global variable value should be changed to
'newText' by the function, but is not.
Example:
variable = 'text'
def changeVa