diff options
author | Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com> | 2024-05-22 21:13:32 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-05-22 21:13:32 (GMT) |
commit | 6bc7fc08aef6142c034a9b67972b536a1a810a3e (patch) | |
tree | bb877578dbc1653c494ed27c981dccd22d8b87cd /Misc/NEWS.d | |
parent | e6e4efcc86ffecb9884ff64d622f3c6b659b7220 (diff) | |
download | cpython-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.rst | 1 |
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. |