Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
C
cpython
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
cpython
Commits
588b54b6
Commit
588b54b6
authored
May 05, 2009
by
Martin v. Löwis
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Issue #5847: Remove -n switch on "Edit with IDLE" menu item.
parent
cecdc9c0
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
2 deletions
+4
-2
Misc/NEWS
Misc/NEWS
+2
-0
Tools/msi/msi.py
Tools/msi/msi.py
+2
-2
No files found.
Misc/NEWS
View file @
588b54b6
...
...
@@ -863,6 +863,8 @@ Tools/Demos
Build
-----
- Issue #5847: Remove -n switch on "Edit with IDLE" menu item.
- Issue #5726: Make Modules/ld_so_aix return the actual exit code of the
linker, rather than always exit successfully. Patch by Floris Bruynooghe.
...
...
Tools/msi/msi.py
View file @
588b54b6
...
...
@@ -1187,10 +1187,10 @@ def add_registry(db):
if
have_tcl
:
tcl_verbs
=
[
(
"py.IDLE"
,
-
1
,
pat
%
(
testprefix
,
""
,
ewi
),
""
,
r'"[TARGETDIR]pythonw.exe" "[TARGETDIR]Lib\
idleli
b\
idle.pyw
" -
n -
e "%1"'
,
r'"[TARGETDIR]pythonw.exe" "[TARGETDIR]Lib\
idleli
b\
idle.pyw
" -e "%1"'
,
"REGISTRY.tcl"
),
(
"pyw.IDLE"
,
-
1
,
pat
%
(
testprefix
,
"NoCon"
,
ewi
),
""
,
r'"[TARGETDIR]pythonw.exe" "[TARGETDIR]Lib\
idleli
b\
idle.pyw
" -
n -
e "%1"'
,
r'"[TARGETDIR]pythonw.exe" "[TARGETDIR]Lib\
idleli
b\
idle.pyw
" -e "%1"'
,
"REGISTRY.tcl"
),
]
add_data
(
db
,
"Registry"
,
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment