mirror of
https://github.com/python/cpython.git
synced 2025-11-01 10:45:30 +00:00
Removed string-exception preference, added tabcheck and NavService preference, upped version number.
This commit is contained in:
parent
1fdadcd42c
commit
0c6d037cc5
10 changed files with 52 additions and 13 deletions
|
|
@ -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 */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue