diff options
author | Jack Jansen <jack.jansen@cwi.nl> | 2000-05-05 23:11:14 (GMT) |
---|---|---|
committer | Jack Jansen <jack.jansen@cwi.nl> | 2000-05-05 23:11:14 (GMT) |
commit | 0c6d037cc5f53420d519f108eaa4a7cdd76379bf (patch) | |
tree | aa01d18dfb50df7de65badc2ce61ab6bf31247ea /Mac/Resources/pythonpath.r | |
parent | 1fdadcd42cd430d6e77c1df1ed1df777ca3ff4a2 (diff) | |
download | cpython-0c6d037cc5f53420d519f108eaa4a7cdd76379bf.zip cpython-0c6d037cc5f53420d519f108eaa4a7cdd76379bf.tar.gz cpython-0c6d037cc5f53420d519f108eaa4a7cdd76379bf.tar.bz2 |
Removed string-exception preference, added tabcheck and NavService preference, upped version number.
Diffstat (limited to 'Mac/Resources/pythonpath.r')
-rw-r--r-- | Mac/Resources/pythonpath.r | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Mac/Resources/pythonpath.r b/Mac/Resources/pythonpath.r index 34c6d40..415a435 100644 --- a/Mac/Resources/pythonpath.r +++ b/Mac/Resources/pythonpath.r @@ -21,6 +21,7 @@ type 'Popt' { byte argcArgv = 0, noArgcArgv = 1; byte newStandardExceptions = 0, oldStandardExceptions = 1; byte sitePython = 0, noSitePython = 1; + byte navService = 0, noNavService = 1; }; type 'TMPL' { @@ -48,6 +49,7 @@ resource 'TMPL' (PYTHONOPTIONS_ID, "Popt") { "No argc/argv emulation", 'DBYT', "Old standard exceptions", 'DBYT', "No site-python support", 'DBYT', + "No NavServices in macfs", 'DBYT', } }; @@ -66,6 +68,7 @@ resource 'Popt' (PYTHONOPTIONS_ID, "Options") { argcArgv, newStandardExceptions, sitePython, + navService, }; /* The sys.path initializer */ |