]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Oops, I loose the NEWS change in my previous backport (r78868) of r78835.
authorVictor Stinner <victor.stinner@haypocalc.com>
Fri, 12 Mar 2010 14:27:16 +0000 (14:27 +0000)
committerVictor Stinner <victor.stinner@haypocalc.com>
Fri, 12 Mar 2010 14:27:16 +0000 (14:27 +0000)
Misc/NEWS

index 900da9c36832e840ff21121ba18d1cd88e32f1d5..771d3ce7fb8f54dc728bba4ab307ca46faa672a0 100644 (file)
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -270,6 +270,10 @@ C-API
 Library
 -------
 
+- Issue #7774: Set sys.executable to an empty string if argv[0] has been set to
+  an non existent program name and Python is unable to retrieve the real
+  program name
+
 - Issue #7880: Fix sysconfig when the python executable is a symbolic link.
 
 - Issue #6509: fix re.sub to work properly when the pattern, the string, and