summaryrefslogtreecommitdiffstats
path: root/Mac/scripts/EditPythonPrefs.py
diff options
context:
space:
mode:
authorJack Jansen <jack.jansen@cwi.nl>2000-05-05 23:11:14 (GMT)
committerJack Jansen <jack.jansen@cwi.nl>2000-05-05 23:11:14 (GMT)
commit0c6d037cc5f53420d519f108eaa4a7cdd76379bf (patch)
treeaa01d18dfb50df7de65badc2ce61ab6bf31247ea /Mac/scripts/EditPythonPrefs.py
parent1fdadcd42cd430d6e77c1df1ed1df777ca3ff4a2 (diff)
downloadcpython-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/scripts/EditPythonPrefs.py')
-rw-r--r--Mac/scripts/EditPythonPrefs.py6
1 files changed, 4 insertions, 2 deletions
diff --git a/Mac/scripts/EditPythonPrefs.py b/Mac/scripts/EditPythonPrefs.py
index 343ea22..618d33e 100644
--- a/Mac/scripts/EditPythonPrefs.py
+++ b/Mac/scripts/EditPythonPrefs.py
@@ -48,8 +48,10 @@ opt_dialog_map = [
"noargs",
"delayconsole",
None, None, None, None, None, None, None, None, # 11-18 are different
- "oldexc",
- "nosite"]
+ "tabwarn",
+ "nosite",
+ None,
+ "nonavservices"]
opt_dialog_dict = {}
for i in range(len(opt_dialog_map)):
if opt_dialog_map[i]: