Skip to content

[3.14] gh-71956: Fix IDLE Replace All searching up without wrap around (GH-152737)#152800

Merged
terryjreedy merged 1 commit into
python:3.14from
miss-islington:backport-ef27e5b-3.14
Jul 1, 2026
Merged

[3.14] gh-71956: Fix IDLE Replace All searching up without wrap around (GH-152737)#152800
terryjreedy merged 1 commit into
python:3.14from
miss-islington:backport-ef27e5b-3.14

Conversation

@miss-islington

@miss-islington miss-islington commented Jul 1, 2026

Copy link
Copy Markdown
Contributor

When the search direction is "Up" and "Wrap around" is off, Replace All
replaced only the first match above the current position (and all matches
below it). It now replaces all matches from the start of the text down to
the current position, consistently with the "Up" direction.
(cherry picked from commit ef27e5b)

Co-authored-by: Serhiy Storchaka storchaka@gmail.com

…pythonGH-152737)

When the search direction is "Up" and "Wrap around" is off, Replace All
replaced only the first match above the current position (and all matches
below it).  It now replaces all matches from the start of the text down to
the current position, consistently with the "Up" direction.
(cherry picked from commit ef27e5b)

Co-authored-by: Serhiy Storchaka <storchaka@gmail.com>
@terryjreedy terryjreedy enabled auto-merge (squash) July 1, 2026 15:59
@terryjreedy terryjreedy merged commit 3d74565 into python:3.14 Jul 1, 2026
49 checks passed
@miss-islington miss-islington deleted the backport-ef27e5b-3.14 branch July 1, 2026 16:21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants