cpython/Tools/scripts/idle3
Christian Heimes 44fa03d748
gh-93939: Create and install scripts in Makefile (GH-94324)
Scripts for 2to3, idle, and pydoc are now created and installed by make.
2022-06-28 14:56:06 +02:00

5 lines
95 B
Python
Executable file

#!/usr/bin/env python3
from idlelib.pyshell import main
if __name__ == '__main__':
main()