mirror of
https://github.com/python/cpython.git
synced 2025-11-25 21:11:09 +00:00
Bug #3989: Package the 2to3 script (as 2to3.py) in the Windows
installer.
This commit is contained in:
parent
bf24401a1f
commit
d69c904a2f
2 changed files with 4 additions and 0 deletions
|
|
@ -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")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue