This website requires JavaScript.
Explore
Help
Sign In
mirrors
/
cpython
Watch
0
Star
0
Fork
0
You've already forked cpython
mirror of
https://github.com/python/cpython.git
synced
2024-12-01 11:15:56 +01:00
Code
Issues
Releases
Activity
c8b188a9e2
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 20:58:15 +02: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-04 00:06:45 +01:00
Add Unix main script and test program.
1998-10-10 20:58:15 +02:00
import
PyShell
PyShell
.
main
(
)
Copy Permalink