summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS.d
diff options
context:
space:
mode:
authorSteve Dower <steve.dower@python.org>2022-07-19 18:39:11 (GMT)
committerGitHub <noreply@github.com>2022-07-19 18:39:11 (GMT)
commit49aeff49d71fa4bd935212340410311f13879447 (patch)
treef69091d84944f8754d68ea91f4237cf1139e1a42 /Misc/NEWS.d
parentea11c1774274aa9f4d6eee863d37632aa79a0ace (diff)
downloadcpython-49aeff49d71fa4bd935212340410311f13879447.zip
cpython-49aeff49d71fa4bd935212340410311f13879447.tar.gz
cpython-49aeff49d71fa4bd935212340410311f13879447.tar.bz2
gh-91256: Ensure help text has the program name even before getpath is called (GH-94929)
Diffstat (limited to 'Misc/NEWS.d')
-rw-r--r--Misc/NEWS.d/next/Core and Builtins/2022-07-17-15-54-29.gh-issue-91256.z7i7Q5.rst1
1 files changed, 1 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Core and Builtins/2022-07-17-15-54-29.gh-issue-91256.z7i7Q5.rst b/Misc/NEWS.d/next/Core and Builtins/2022-07-17-15-54-29.gh-issue-91256.z7i7Q5.rst
new file mode 100644
index 0000000..802a614
--- /dev/null
+++ b/Misc/NEWS.d/next/Core and Builtins/2022-07-17-15-54-29.gh-issue-91256.z7i7Q5.rst
@@ -0,0 +1 @@
+Ensures the program name is known for help text during interpreter startup.