]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
1. The command-line arguments for subprocesses no longer need to be
authorTony Lownds <tony@lownds.com>
Tue, 13 May 2003 15:28:21 +0000 (15:28 +0000)
committerTony Lownds <tony@lownds.com>
Tue, 13 May 2003 15:28:21 +0000 (15:28 +0000)
commit2398d578a367aa0f9155afb7275a5aec4e5caef9
tree5a1a6c6b750dbf84f98a1d454af3322dc145a6c8
parente9a54a3eaf552a3ee37d93907dee2ad426ea74d0
1. The command-line arguments for subprocesses no longer need to be
specialized for Mac OS X.

2. buildapp.py - a new file for building an application icon for IDLE on Mac
OS X. See INSTALL.txt
Lib/idlelib/INSTALL.txt
Lib/idlelib/PyShell.py
Lib/idlelib/buildapp.py [new file with mode: 0644]
Lib/idlelib/macosx_main.py [deleted file]