mirror of
https://github.com/python/cpython.git
synced 2025-07-12 22:05:16 +00:00

"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
4 lines
54 B
Python
4 lines
54 B
Python
#! /usr/bin/env python
|
|
|
|
import PyShell
|
|
PyShell.main()
|