[Python-checkins] r72362 - in python/branches/py3k: Tools/msi/msi.py
martin.v.loewis
python-checkins at python.org
Wed May 6 00:14:50 CEST 2009
Author: martin.v.loewis
Date: Wed May 6 00:14:50 2009
New Revision: 72362
Log:
Merged revisions 72361 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk
........
r72361 | martin.v.loewis | 2009年05月06日 00:13:01 +0200 (Mi, 06 Mai 2009) | 2 lines
Issue #5721: don't package Lib/test/README anymore.
........
Modified:
python/branches/py3k/ (props changed)
python/branches/py3k/Tools/msi/msi.py
Modified: python/branches/py3k/Tools/msi/msi.py
==============================================================================
--- python/branches/py3k/Tools/msi/msi.py (original)
+++ python/branches/py3k/Tools/msi/msi.py Wed May 6 00:14:50 2009
@@ -1012,7 +1012,6 @@
lib.glob("*.uue")
lib.glob("*.pem")
lib.glob("*.pck")
- lib.add_file("readme.txt", src="README")
lib.add_file("zipdir.zip")
if dir=='decimaltestdata':
lib.glob("*.decTest")
More information about the Python-checkins
mailing list