]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-42426: IDLE: Fix reporting offset of the RE error in searchengine (GH-23447)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Sun, 22 Nov 2020 05:24:11 +0000 (21:24 -0800)
committerGitHub <noreply@github.com>
Sun, 22 Nov 2020 05:24:11 +0000 (21:24 -0800)
commit28b40d7a349787817fe5f6ebfa753c29b96c8832
treecb35736b15ce39dde33e8e9955f3750f3e4d1466
parent6e665424d6e7abf6d6de010609a398a7407df83c
bpo-42426: IDLE: Fix reporting offset of the RE error in searchengine (GH-23447)

(cherry picked from commit 453bc1da2023d6cbe362637a2e0b06d0521f013c)

Co-authored-by: Serhiy Storchaka <storchaka@gmail.com>
Lib/idlelib/NEWS.txt
Lib/idlelib/idle_test/test_searchengine.py
Lib/idlelib/searchengine.py
Misc/NEWS.d/next/IDLE/2020-11-21-17-21-21.bpo-42426.kNnPoC.rst [new file with mode: 0644]