cpython: 3ce11ddc9ec3 (original) (raw)

Mercurial > cpython

changeset 71143:3ce11ddc9ec3

Issue #12406: Added upates for packaging's .exe files, command_template, and sysconfig.cfg. [#12406]

Vinay Sajip <vinay_sajip@yahoo.co.uk>
date Sun, 03 Jul 2011 10:35:41 +0100
parents 6395a901c380
children ce52310f61a0
files Tools/msi/msi.py
diffstat 1 files changed, 6 insertions(+), 1 deletions(-)[+] [-] Tools/msi/msi.py 7

line wrap: on

line diff

--- a/Tools/msi/msi.py +++ b/Tools/msi/msi.py @@ -119,6 +119,7 @@ pythondll_uuid = { "30":"{6953bc3b-6768-4291-8410-7914ce6e2ca8}", "31":"{4afcba0b-13e4-47c3-bebe-477428b46913}", "32":"{3ff95315-1096-4d31-bd86-601d5438ad5e}",

Compute the name that Sphinx gives to the docfile

@@ -1010,6 +1011,8 @@ def add_files(db): lib.remove_pyc() # package READMEs if present lib.glob("README")

@@ -1045,7 +1048,7 @@ def add_files(db): if dir=="Icons": lib.glob("*.gif") lib.add_file("idle.icns")

@@ -1156,6 +1159,8 @@ def add_files(db): lib.add_file("README.txt", src="README") if f == 'Scripts': lib.add_file("2to3.py", src="2to3")