gh-93939: Create and install scripts in Makefile (GH-94324)

Scripts for 2to3, idle, and pydoc are now created and installed by make.
This commit is contained in:
Christian Heimes 2022-06-28 14:56:06 +02:00 committed by GitHub
parent 600c65c094
commit 44fa03d748
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 36 additions and 38 deletions

View file

@ -1,4 +1,4 @@
#!/usr/bin/env python
#!/usr/bin/env python3
import sys
from lib2to3.main import main

View file

@ -1,4 +1,4 @@
#! /usr/bin/env python3
#!/usr/bin/env python3
from idlelib.pyshell import main
if __name__ == '__main__':