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
5284f802
Kaydet (Commit)
5284f802
authored
Agu 01, 2013
tarafından
Martin v. Löwis
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Issue #18569: The installer now adds .py to the PATHEXT variable
when extensions are registered. Patch by Paul Moore.
üst
85a4847f
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
10 additions
and
0 deletions
+10
-0
NEWS
Misc/NEWS
+6
-0
msi.py
Tools/msi/msi.py
+4
-0
No files found.
Misc/NEWS
Dosyayı görüntüle @
5284f802
...
@@ -734,6 +734,12 @@ IDLE
...
@@ -734,6 +734,12 @@ IDLE
-
Issue
#
17532
:
Always
include
Options
menu
for
IDLE
on
OS
X
.
-
Issue
#
17532
:
Always
include
Options
menu
for
IDLE
on
OS
X
.
Patch
by
Guilherme
Sim
õ
es
.
Patch
by
Guilherme
Sim
õ
es
.
Windows
-------
-
Issue
#
18569
:
The
installer
now
adds
.
py
to
the
PATHEXT
variable
when
extensions
are
registered
.
Patch
by
Paul
Moore
.
Build
Build
-----
-----
...
...
Tools/msi/msi.py
Dosyayı görüntüle @
5284f802
...
@@ -1270,6 +1270,10 @@ def add_registry(db):
...
@@ -1270,6 +1270,10 @@ def add_registry(db):
"{60254CA5-953B-11CF-8C96-00AA00B8708C}"
,
"REGISTRY.def"
),
"{60254CA5-953B-11CF-8C96-00AA00B8708C}"
,
"REGISTRY.def"
),
])
])
# PATHEXT
add_data
(
db
,
"Environment"
,
[(
"PathExtAddition"
,
"=-*PathExt"
,
"[~];.PY"
,
"REGISTRY.def"
)])
# Registry keys
# Registry keys
prefix
=
r"Software\%sPython\PythonCore\%s"
%
(
testprefix
,
short_version
)
prefix
=
r"Software\%sPython\PythonCore\%s"
%
(
testprefix
,
short_version
)
add_data
(
db
,
"Registry"
,
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