Staging
v0.6.0
https://github.com/python/cpython
Revision c7cb9ed35f878d6ac31c5b746f8b15abcc3be54d authored by Thomas Heller on 18 December 2001, 20:13:40 UTC, committed by Thomas Heller on 18 December 2001, 20:13:40 UTC
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.
1 parent 4b1b3bf
History
Tip revision: c7cb9ed35f878d6ac31c5b746f8b15abcc3be54d authored by Thomas Heller on 18 December 2001, 20:13:40 UTC
Second part of fix for bug [#483982] Python 2.2b2 bdist_wininst
Tip revision: c7cb9ed
File Mode Size
Para.py -rw-r--r-- 9.9 KB
addpack.py -rw-r--r-- 2.3 KB
cmp.py -rw-r--r-- 1.9 KB
cmpcache.py -rw-r--r-- 2.0 KB
codehack.py -rw-r--r-- 2.4 KB
dircmp.py -rw-r--r-- 5.9 KB
dump.py -rw-r--r-- 1.6 KB
find.py -rw-r--r-- 590 bytes
fmt.py -rw-r--r-- 14.8 KB
grep.py -rw-r--r-- 1.8 KB
lockfile.py -rw-r--r-- 281 bytes
newdir.py -rw-r--r-- 1.5 KB
ni.py -rw-r--r-- 14.6 KB
packmail.py -rw-r--r-- 2.6 KB
poly.py -rw-r--r-- 1.3 KB
rand.py -rw-r--r-- 276 bytes
tb.py -rw-r--r-- 4.0 KB
util.py -rw-r--r-- 649 bytes
whatsound.py -rw-r--r-- 21 bytes
zmod.py -rw-r--r-- 2.2 KB

back to top