Skip to content
Projeler
Gruplar
Parçacıklar
Yardım
Yükleniyor...
Oturum aç / Kaydol
Gezinmeyi değiştir
C
cpython
Proje
Proje
Ayrıntılar
Etkinlik
Cycle Analytics
Depo (repository)
Depo (repository)
Dosyalar
Kayıtlar (commit)
Dallar (branch)
Etiketler
Katkıda bulunanlar
Grafik
Karşılaştır
Grafikler
Konular (issue)
0
Konular (issue)
0
Liste
Pano
Etiketler
Kilometre Taşları
Birleştirme (merge) Talepleri
0
Birleştirme (merge) Talepleri
0
CI / CD
CI / CD
İş akışları (pipeline)
İşler
Zamanlamalar
Grafikler
Paketler
Paketler
Wiki
Wiki
Parçacıklar
Parçacıklar
Üyeler
Üyeler
Collapse sidebar
Close sidebar
Etkinlik
Grafik
Grafikler
Yeni bir konu (issue) oluştur
İşler
Kayıtlar (commit)
Konu (issue) Panoları
Kenar çubuğunu aç
Batuhan Osman TASKAYA
cpython
Commits
2b4b3779
Kaydet (Commit)
2b4b3779
authored
Mar 02, 2014
tarafından
Martin v. Löwis
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Issue #14512: Launch pydoc -b instead of pydocgui.pyw on Windows.
üst
09257f7c
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
2 deletions
+4
-2
NEWS
Misc/NEWS
+2
-0
msi.py
Tools/msi/msi.py
+2
-2
No files found.
Misc/NEWS
Dosyayı görüntüle @
2b4b3779
...
@@ -42,6 +42,8 @@ Tests
...
@@ -42,6 +42,8 @@ Tests
Build
Build
-----
-----
-
Issue
#
14512
:
Launch
pydoc
-
b
instead
of
pydocgui
.
pyw
on
Windows
.
-
Issue
#
20748
:
Uninstalling
pip
does
not
leave
behind
the
pyc
of
-
Issue
#
20748
:
Uninstalling
pip
does
not
leave
behind
the
pyc
of
the
uninstaller
anymore
.
the
uninstaller
anymore
.
...
...
Tools/msi/msi.py
Dosyayı görüntüle @
2b4b3779
...
@@ -1324,8 +1324,6 @@ def add_registry(db):
...
@@ -1324,8 +1324,6 @@ def add_registry(db):
tcltkshortcuts
=
[
tcltkshortcuts
=
[
(
"IDLE"
,
"MenuDir"
,
"IDLE|IDLE (Python GUI)"
,
"pythonw.exe"
,
(
"IDLE"
,
"MenuDir"
,
"IDLE|IDLE (Python GUI)"
,
"pythonw.exe"
,
tcltk
.
id
,
r'"[TARGETDIR]Lib\idlelib\idle.pyw"'
,
None
,
None
,
"python_icon.exe"
,
0
,
None
,
"TARGETDIR"
),
tcltk
.
id
,
r'"[TARGETDIR]Lib\idlelib\idle.pyw"'
,
None
,
None
,
"python_icon.exe"
,
0
,
None
,
"TARGETDIR"
),
(
"PyDoc"
,
"MenuDir"
,
"MODDOCS|Module Docs"
,
"pythonw.exe"
,
tcltk
.
id
,
r'"[TARGETDIR]Tools\scripts\pydocgui.pyw"'
,
None
,
None
,
"python_icon.exe"
,
0
,
None
,
"TARGETDIR"
),
]
]
add_data
(
db
,
"Shortcut"
,
add_data
(
db
,
"Shortcut"
,
tcltkshortcuts
+
tcltkshortcuts
+
...
@@ -1340,6 +1338,8 @@ def add_registry(db):
...
@@ -1340,6 +1338,8 @@ def add_registry(db):
(
"Manual"
,
"MenuDir"
,
"MANUAL|Python Manuals"
,
"REGISTRY.doc"
,
(
"Manual"
,
"MenuDir"
,
"MANUAL|Python Manuals"
,
"REGISTRY.doc"
,
"[#
%
s]"
%
docfile
,
None
,
"[#
%
s]"
%
docfile
,
None
,
None
,
None
,
None
,
None
,
None
,
None
),
None
,
None
,
None
,
None
,
None
,
None
),
(
"PyDoc"
,
"MenuDir"
,
"MODDOCS|Module Docs"
,
"python.exe"
,
default_feature
.
id
,
r'-m pydoc -b'
,
None
,
None
,
"python_icon.exe"
,
0
,
None
,
"TARGETDIR"
),
(
"Uninstall"
,
"MenuDir"
,
"UNINST|Uninstall Python"
,
"REGISTRY"
,
(
"Uninstall"
,
"MenuDir"
,
"UNINST|Uninstall Python"
,
"REGISTRY"
,
SystemFolderName
+
"msiexec"
,
"/x
%
s"
%
product_code
,
SystemFolderName
+
"msiexec"
,
"/x
%
s"
%
product_code
,
None
,
None
,
None
,
None
,
None
,
None
),
None
,
None
,
None
,
None
,
None
,
None
),
...
...
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