From: Victor Stinner Date: Fri, 12 Mar 2010 14:27:16 +0000 (+0000) Subject: Oops, I loose the NEWS change in my previous backport (r78868) of r78835. X-Git-Tag: v3.2a1~1504 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=b33062c5e424fe4dc9c961f9f5c6aa0de8395bec;p=thirdparty%2FPython%2Fcpython.git Oops, I loose the NEWS change in my previous backport (r78868) of r78835. --- diff --git a/Misc/NEWS b/Misc/NEWS index 900da9c36832..771d3ce7fb8f 100644 --- 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