]> granicus.if.org Git - python/commitdiff
Bug #3989: Package the 2to3 script (as 2to3.py) in the Windows
authorMartin v. Löwis <martin@v.loewis.de>
Wed, 1 Oct 2008 11:19:50 +0000 (11:19 +0000)
committerMartin v. Löwis <martin@v.loewis.de>
Wed, 1 Oct 2008 11:19:50 +0000 (11:19 +0000)
installer.

Misc/NEWS
Tools/msi/msi.py

index 6e6c58d0f21d8f72e03a48fe2ba5f571bb8f9ba9..4993a9c7ff4a719c5ee9b60aef8e45a68162da62 100644 (file)
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -43,6 +43,9 @@ Library
 Build
 -----
 
+- Bug #3989: Package the 2to3 script (as 2to3.py) in the Windows
+  installer.
+
 - Bug #3887: Package x64 version of CRT for AMD64 Windows binaries.
 
 
index 976367090bb29da75628be3d4f4ac8ec2912a3be..bb74d53284c1988f368611a0d318c48ddbe41f86 100644 (file)
@@ -1121,6 +1121,7 @@ def add_files(db):
         if os.path.exists(os.path.join(lib.absolute, "README")):
             lib.add_file("README.txt", src="README")
         if f == 'Scripts':
+            lib.add_file("2to3.py", src="2to3")
             if have_tcl:
                 lib.start_component("pydocgui.pyw", tcltk, keyfile="pydocgui.pyw")
                 lib.add_file("pydocgui.pyw")