mirror of
https://github.com/python/cpython.git
synced 2024-11-26 03:14:27 +08:00
7711b5f432
"Move the action of loading the configuration to the IdleConf module rather than the idle.py script. This has advantages and disadvantages; the biggest advantage being that we can more easily have an alternative main program." --GvR
5 lines
54 B
Python
5 lines
54 B
Python
#! /usr/bin/env python
|
|
|
|
import PyShell
|
|
PyShell.main()
|