• Thomas Heller's avatar
    Second part of fix for bug [#483982] Python 2.2b2 bdist_wininst · c7cb9ed3
    Thomas Heller yazdı
    crashes.
    
    If no external zip-utility is found, the archive is created by the
    zipfile module, which behaves different now than in 2.1: if the
    zip-file is created in the root directory if the distribution, it will
    contain an (empty) version of itself.
    
    This triggered the above bug - so it's better to create the zip-file
    far away in the TMP directory.
    c7cb9ed3
Adı
Son kayıt (commit)
Son güncelleme
..
__init__.py Loading commit data...
bdist.py Loading commit data...
bdist_dumb.py Loading commit data...
bdist_rpm.py Loading commit data...
bdist_wininst.py Loading commit data...
build.py Loading commit data...
build_clib.py Loading commit data...
build_ext.py Loading commit data...
build_py.py Loading commit data...
build_scripts.py Loading commit data...
clean.py Loading commit data...
command_template Loading commit data...
config.py Loading commit data...
install.py Loading commit data...
install_data.py Loading commit data...
install_headers.py Loading commit data...
install_lib.py Loading commit data...
install_scripts.py Loading commit data...
sdist.py Loading commit data...