mirror of
https://github.com/python/cpython
synced 2024-11-05 18:12:54 +00:00
44fa03d748
Scripts for 2to3, idle, and pydoc are now created and installed by make.
5 lines
95 B
Python
Executable file
5 lines
95 B
Python
Executable file
#!/usr/bin/env python3
|
|
|
|
from idlelib.pyshell import main
|
|
if __name__ == '__main__':
|
|
main()
|