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