• Thomas Heller's avatar
    Fix SF#983164. · a146feaa
    Thomas Heller yazdı
    Patch from Mark Hammond:
    
    bdist_wininst attempts to use the correct MSVC runtime for the current
    version of Python. This doesn't work correctly when --target-version
    is set. In that case, bdist_wininst still uses the *current*
    sys.version (ie, 2.4) rather than the version specified as
    --target-version. Thus, the msvc7 runtime based executable stub is
    *always* used.
    
    This patch "hard-codes" knowledge of earlier Python versions,
    providing the correct result when Python 2.4 is used to build Python
    2.3 and earlier distributions.
    
    Remove the short variant (-v) of the --target-version command line
    options, it conflicts with the --verbose/-v standard distutils switch.
    a146feaa
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...
RISCOS Loading commit data...
Tools Loading commit data...
.cvsignore Loading commit data...
.hgtags Loading commit data...
LICENSE Loading commit data...
Makefile.pre.in Loading commit data...
README Loading commit data...
aclocal.m4 Loading commit data...
configure Loading commit data...
configure.in Loading commit data...
install-sh Loading commit data...
pyconfig.h.in Loading commit data...
setup.py Loading commit data...