This website requires JavaScript.
Explore
Help
Sign In
traverseda
/
cpython
Watch
1
Star
0
Fork
You've already forked cpython
0
Code
Issues
Pull Requests
Releases
Wiki
Activity
2f486b7fa6
cpython
/
Tools
/
idle
/
idle.py
5 lines
54 B
Python
Raw
Normal View
History
Unescape
Escape
Add Unix main script and test program.
1998-10-10 15:58:15 -03:00
#! /usr/bin/env python
migrate to use of IdleConf and config files to set options idle.py: Load the config files before anything else happens XXX Need to define standard way to get files relative to the IDLE install dir PyShell.py: ColorDelegator.py: Get color defns out of IdleConf instead of IdlePrefs EditorWindow.py: Replace hard-coded font & window size with config options Get extension names via IdleConf.getextensions extend.py: Obsolete. Extensions defined in config file. ParenMatch.py: Use config file for extension options. Revise comment about parser requirements. Simplify logic on find returning None.
2000-03-03 19:06:45 -04:00
Add Unix main script and test program.
1998-10-10 15:58:15 -03:00
import
PyShell
PyShell
.
main
(
)