summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS.d
diff options
context:
space:
mode:
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>2024-05-22 21:13:32 (GMT)
committerGitHub <noreply@github.com>2024-05-22 21:13:32 (GMT)
commit6bc7fc08aef6142c034a9b67972b536a1a810a3e (patch)
treebb877578dbc1653c494ed27c981dccd22d8b87cd /Misc/NEWS.d
parente6e4efcc86ffecb9884ff64d622f3c6b659b7220 (diff)
downloadcpython-6bc7fc08aef6142c034a9b67972b536a1a810a3e.zip
cpython-6bc7fc08aef6142c034a9b67972b536a1a810a3e.tar.gz
cpython-6bc7fc08aef6142c034a9b67972b536a1a810a3e.tar.bz2
[3.13] gh-113978: Ignore warnings on text completion inside REPL (GH-113979) (#119429)
(cherry picked from commit e03dde5a24d3953e0b16f7cdefdc8b00aa9d9e11) Co-authored-by: Yan Yanchii <yyanchiy@gmail.com>
Diffstat (limited to 'Misc/NEWS.d')
-rw-r--r--Misc/NEWS.d/next/Library/2024-01-12-08-51-03.gh-issue-113978.MqTgB0.rst1
1 files changed, 1 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Library/2024-01-12-08-51-03.gh-issue-113978.MqTgB0.rst b/Misc/NEWS.d/next/Library/2024-01-12-08-51-03.gh-issue-113978.MqTgB0.rst
new file mode 100644
index 0000000..b8f9f25
--- /dev/null
+++ b/Misc/NEWS.d/next/Library/2024-01-12-08-51-03.gh-issue-113978.MqTgB0.rst
@@ -0,0 +1 @@
+Ignore warnings on text completion inside REPL.