• Victor Stinner's avatar
    Merged revisions 78835-78837 via svnmerge from · 171ba050
    Victor Stinner yazdı
    svn+ssh://pythondev@svn.python.org/python/trunk
    
    ........
      r78835 | victor.stinner | 2010-03-11 13:34:39 +0100 (jeu., 11 mars 2010) | 7 lines
    
      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.
    
      Fix also sysconfig: if sys.executable is an empty string, use the current
      working directory.
    ........
      r78836 | victor.stinner | 2010-03-11 14:27:35 +0100 (jeu., 11 mars 2010) | 4 lines
    
      Fix test_executable introduce in previous commit (r78835): Windows is able to
      retrieve the absolute Python path even if argv[0] has been set to a non
      existent program name.
    ........
      r78837 | victor.stinner | 2010-03-11 14:46:06 +0100 (jeu., 11 mars 2010) | 3 lines
    
      Another fix to test_executable() of test_sys: set the current working to avoid
      the #7774 bug.
    ........
    171ba050
Adı
Son kayıt (commit)
Son güncelleme
Demo Loading commit data...
Doc Loading commit data...
Grammar Loading commit data...
Include Loading commit data...
Lib Loading commit data...
Mac Loading commit data...
Misc Loading commit data...
Modules Loading commit data...
Objects Loading commit data...
PC Loading commit data...
PCbuild Loading commit data...
Parser Loading commit data...
Python Loading commit data...
Tools Loading commit data...
.bzrignore Loading commit data...
.hgignore Loading commit data...
.hgtags Loading commit data...
LICENSE Loading commit data...
Makefile.pre.in Loading commit data...
README Loading commit data...
configure Loading commit data...
configure.in Loading commit data...
install-sh Loading commit data...
pyconfig.h.in Loading commit data...
runtests.sh Loading commit data...
setup.py Loading commit data...