cpython/Tools/idle/idle.pyw
Guido van Rossum 3b4ca0ddad Initial checking of Tk-based Python IDE.
Features: text editor with syntax coloring and undo;
subclassed into interactive Python shell which adds history.
1998-10-10 18:48:31 +00:00

3 lines
53 B
Python

#! /usr/bin/env python
import PyShell
PyShell.main()