summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorVictor Stinner <victor.stinner@haypocalc.com>2010-03-12 14:27:16 (GMT)
committerVictor Stinner <victor.stinner@haypocalc.com>2010-03-12 14:27:16 (GMT)
commitb33062c5e424fe4dc9c961f9f5c6aa0de8395bec (patch)
tree12dfc50936cd3357ba190f6c766d795fee52ff2f
parent171ba0504aa778d81346ea56fc9000b29d4d3e1d (diff)
downloadcpython-b33062c5e424fe4dc9c961f9f5c6aa0de8395bec.zip
cpython-b33062c5e424fe4dc9c961f9f5c6aa0de8395bec.tar.gz
cpython-b33062c5e424fe4dc9c961f9f5c6aa0de8395bec.tar.bz2
Oops, I loose the NEWS change in my previous backport (r78868) of r78835.
-rw-r--r--Misc/NEWS4
1 files changed, 4 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 900da9c..771d3ce 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