]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-42426: IDLE: Fix reporting offset of the RE error in searchengine (GH-23447)
authorSerhiy Storchaka <storchaka@gmail.com>
Sun, 22 Nov 2020 05:06:51 +0000 (07:06 +0200)
committerGitHub <noreply@github.com>
Sun, 22 Nov 2020 05:06:51 +0000 (00:06 -0500)
commit453bc1da2023d6cbe362637a2e0b06d0521f013c
treeb872c7850c15ffedf4ec67601743def89689ce18
parent442746af649cc2c20d690acfabf44ab0e06c36b4
bpo-42426: IDLE: Fix reporting offset of the RE error in searchengine (GH-23447)
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]