mirror of
https://github.com/python/cpython.git
synced 2025-07-25 04:04:13 +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
|
@ -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]:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue