summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS.d
diff options
context:
space:
mode:
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>2020-11-22 05:24:11 (GMT)
committerGitHub <noreply@github.com>2020-11-22 05:24:11 (GMT)
commit28b40d7a349787817fe5f6ebfa753c29b96c8832 (patch)
treecb35736b15ce39dde33e8e9955f3750f3e4d1466 /Misc/NEWS.d
parent6e665424d6e7abf6d6de010609a398a7407df83c (diff)
downloadcpython-28b40d7a349787817fe5f6ebfa753c29b96c8832.zip
cpython-28b40d7a349787817fe5f6ebfa753c29b96c8832.tar.gz
cpython-28b40d7a349787817fe5f6ebfa753c29b96c8832.tar.bz2
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>
Diffstat (limited to 'Misc/NEWS.d')
-rw-r--r--Misc/NEWS.d/next/IDLE/2020-11-21-17-21-21.bpo-42426.kNnPoC.rst1
1 files changed, 1 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/IDLE/2020-11-21-17-21-21.bpo-42426.kNnPoC.rst b/Misc/NEWS.d/next/IDLE/2020-11-21-17-21-21.bpo-42426.kNnPoC.rst
new file mode 100644
index 0000000..0ab7972
--- /dev/null
+++ b/Misc/NEWS.d/next/IDLE/2020-11-21-17-21-21.bpo-42426.kNnPoC.rst
@@ -0,0 +1 @@
+Fix reporting offset of the RE error in searchengine.