summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorDong-hee Na <donghee.na@python.org>2022-10-20 02:43:21 (GMT)
committerGitHub <noreply@github.com>2022-10-20 02:43:21 (GMT)
commite2af980e19794adb36647396c74a7e5aa96ba90e (patch)
treeb11dd7e71e1bc2e2530d54feda485c3aeae54f8a /Misc
parent5f5fa4ca4b959f5e86fe141e297fd8b93eaeabff (diff)
downloadcpython-e2af980e19794adb36647396c74a7e5aa96ba90e.zip
cpython-e2af980e19794adb36647396c74a7e5aa96ba90e.tar.gz
cpython-e2af980e19794adb36647396c74a7e5aa96ba90e.tar.bz2
[3.11] gh-98374: Suppress ImportError for invalid query for help() co… (gh-98472)
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS.d/next/Core and Builtins/2022-10-19-23-48-46.gh-issue-98374.eOBh8M.rst2
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Core and Builtins/2022-10-19-23-48-46.gh-issue-98374.eOBh8M.rst b/Misc/NEWS.d/next/Core and Builtins/2022-10-19-23-48-46.gh-issue-98374.eOBh8M.rst
new file mode 100644
index 0000000..56a41e3
--- /dev/null
+++ b/Misc/NEWS.d/next/Core and Builtins/2022-10-19-23-48-46.gh-issue-98374.eOBh8M.rst
@@ -0,0 +1,2 @@
+Suppress ImportError for invalid query for help() command. Patch by Dong-hee
+Na.