mirror of
https://github.com/python/cpython.git
synced 2025-11-01 10:45:30 +00:00
Implemented starting Python in a terminal window. The implementation isn't
optimal, especially if Terminal wasn't running yet, but it works.
This commit is contained in:
parent
33876f514a
commit
b7276cdf71
5 changed files with 177 additions and 6 deletions
12
Mac/OSX/PythonLauncher/doscript.h
Normal file
12
Mac/OSX/PythonLauncher/doscript.h
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
/*
|
||||
* doscript.h
|
||||
* PythonLauncher
|
||||
*
|
||||
* Created by Jack Jansen on Wed Jul 31 2002.
|
||||
* Copyright (c) 2002 __MyCompanyName__. All rights reserved.
|
||||
*
|
||||
*/
|
||||
|
||||
#include <Carbon/Carbon.h>
|
||||
|
||||
extern int doscript(const char *command);
|
||||
Loading…
Add table
Add a link
Reference in a new issue