mirror of
https://github.com/python/cpython.git
synced 2025-11-25 12:44:13 +00:00
Merged changes from the 1.5.2p2 release.
This commit is contained in:
parent
a22b576d05
commit
ba82878a3b
11 changed files with 118 additions and 28 deletions
|
|
@ -105,7 +105,9 @@ def main():
|
|||
run("tar cf - Python-%s | gzip -9 >%s.tgz"
|
||||
% (release, archive))
|
||||
elif format == "zip":
|
||||
run("zip -r9 %s.zip Python-%s"
|
||||
if os.path.exists(archive + ".zip"):
|
||||
os.unlink(archive + ".zip")
|
||||
run("zip -q -r9 %s.zip Python-%s"
|
||||
% (archive, release))
|
||||
|
||||
# clean up the work area:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue