summaryrefslogtreecommitdiffstats
path: root/Mac/Resources
diff options
context:
space:
mode:
authorJack Jansen <jack.jansen@cwi.nl>2000-09-22 21:50:11 (GMT)
committerJack Jansen <jack.jansen@cwi.nl>2000-09-22 21:50:11 (GMT)
commit4a5eb967b8b50bfc301d83d5d3234501db8f0a17 (patch)
tree8ab8ff50606d5050420d605638206942403acbb4 /Mac/Resources
parente126233cd984d33644d26227842cf6f4360446d9 (diff)
downloadcpython-4a5eb967b8b50bfc301d83d5d3234501db8f0a17.zip
cpython-4a5eb967b8b50bfc301d83d5d3234501db8f0a17.tar.gz
cpython-4a5eb967b8b50bfc301d83d5d3234501db8f0a17.tar.bz2
Keepconsole is now a 4-way option: never/errorexit/unseen output/always. Default is "unseen output". Upped the Popt version number.
Diffstat (limited to 'Mac/Resources')
-rw-r--r--Mac/Resources/dialogs.rsrcbin17829 -> 17903 bytes
-rw-r--r--Mac/Resources/pythonpath.r11
2 files changed, 7 insertions, 4 deletions
diff --git a/Mac/Resources/dialogs.rsrc b/Mac/Resources/dialogs.rsrc
index 907b9d0..4a84dd6 100644
--- a/Mac/Resources/dialogs.rsrc
+++ b/Mac/Resources/dialogs.rsrc
Binary files differ
diff --git a/Mac/Resources/pythonpath.r b/Mac/Resources/pythonpath.r
index 7f23c15..25b59cd 100644
--- a/Mac/Resources/pythonpath.r
+++ b/Mac/Resources/pythonpath.r
@@ -15,8 +15,11 @@ type 'Popt' {
byte noOptimize = 0, optimize = 1;
byte noUnbuffered = 0, unbuffered = 1;
byte noDebugParser = 0, debugParser = 1;
- byte closeOnNormalExit = 0, noCloseOnNormalExit = 1;
- byte closeOnErrorExit = 0, noCloseOnErrorExit = 1;
+ byte unused_0 = 0, unused_1 = 1;
+ byte closeAlways = POPT_KEEPCONSOLE_NEVER,
+ noCloseOutput = POPT_KEEPCONSOLE_OUTPUT,
+ noCloseError = POPT_KEEPCONSOLE_ERROR,
+ closeNever = POPT_KEEPCONSOLE_ALWAYS;
byte interactiveOptions = 0, noInteractiveOptions = 1;
byte argcArgv = 0, noArgcArgv = 1;
byte newStandardExceptions = 0, oldStandardExceptions = 1;
@@ -62,8 +65,8 @@ resource 'Popt' (PYTHONOPTIONS_ID, "Options") {
noOptimize,
noUnbuffered,
noDebugParser,
- closeOnNormalExit,
- noCloseOnErrorExit,
+ unused_0,
+ noCloseOutput,
interactiveOptions,
argcArgv,
newStandardExceptions,