cpython: c7d0fc181376 (original) (raw)

Mercurial > cpython

changeset 69001:c7d0fc181376 3.2

Martin v. Löwis martin@v.loewis.de
date Sun, 27 Mar 2011 10:14:57 +0200
parents d5c819d597fe(current diff)fd8336947f90(diff)
children a7e0a1dbfbb6 74f9ed48ae5d
files Lib/msilib/__init__.py Misc/NEWS
diffstat 2 files changed, 19 insertions(+), 8 deletions(-)[+] [-] Lib/msilib/__init__.py 25 Misc/NEWS 2

line wrap: on

line diff

--- a/Lib/msilib/init.py +++ b/Lib/msilib/init.py @@ -173,10 +173,10 @@ def add_tables(db, module): def make_id(str): #str = str.replace(".", "_") # colons are allowed

def make_short(self, file):

--- a/Misc/NEWS +++ b/Misc/NEWS @@ -53,6 +53,8 @@ Core and Builtins Library ------- +- Issue #7639: Fix short file name generation in bdist_msi +