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
4c3efd9c
Unverified
Kaydet (Commit)
4c3efd9c
authored
Nis 17, 2019
tarafından
Steve Dower
Kaydeden (comit)
GitHub
Nis 17, 2019
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
bpo-36649: Remove trailing spaces for registry keys when installed via the Store (GH-12865)
üst
5c75f37d
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
7 deletions
+7
-7
2019-04-17-11-39-24.bpo-36649.arbzIo.rst
...S.d/next/Windows/2019-04-17-11-39-24.bpo-36649.arbzIo.rst
+1
-0
appxmanifest.py
PC/layout/support/appxmanifest.py
+6
-7
No files found.
Misc/NEWS.d/next/Windows/2019-04-17-11-39-24.bpo-36649.arbzIo.rst
0 → 100644
Dosyayı görüntüle @
4c3efd9c
Remove trailing spaces for registry keys when installed via the Store.
PC/layout/support/appxmanifest.py
Dosyayı görüntüle @
4c3efd9c
...
...
@@ -159,21 +159,20 @@ REGISTRY = {
"SysVersion"
:
VER_DOT
,
"Version"
:
"{}.{}.{}"
.
format
(
VER_MAJOR
,
VER_MINOR
,
VER_MICRO
),
"InstallPath"
:
{
# I have no idea why the trailing spaces are needed, but they seem to be needed.
""
:
"[{AppVPackageRoot}][ ]"
,
"ExecutablePath"
:
"[{AppVPackageRoot}]python.exe[ ]"
,
"WindowedExecutablePath"
:
"[{AppVPackageRoot}]pythonw.exe[ ]"
,
""
:
"[{AppVPackageRoot}]"
,
"ExecutablePath"
:
"[{AppVPackageRoot}]
\\
python.exe"
,
"WindowedExecutablePath"
:
"[{AppVPackageRoot}]
\\
pythonw.exe"
,
},
"Help"
:
{
"Main Python Documentation"
:
{
"_condition"
:
lambda
ns
:
ns
.
include_chm
,
""
:
"[{{AppVPackageRoot}}]
Doc
\\
{}[ ]
"
.
format
(
""
:
"[{{AppVPackageRoot}}]
\\
Doc
\\
{}
"
.
format
(
PYTHON_CHM_NAME
),
},
"Local Python Documentation"
:
{
"_condition"
:
lambda
ns
:
ns
.
include_html_doc
,
""
:
"[{AppVPackageRoot}]
Doc
\\
html
\\
index.html[ ]
"
,
""
:
"[{AppVPackageRoot}]
\\
Doc
\\
html
\\
index.html
"
,
},
"Online Python Documentation"
:
{
""
:
"https://docs.python.org/{}"
.
format
(
VER_DOT
)
...
...
@@ -181,7 +180,7 @@ REGISTRY = {
},
"Idle"
:
{
"_condition"
:
lambda
ns
:
ns
.
include_idle
,
""
:
"[{AppVPackageRoot}]
Lib
\\
idlelib
\\
idle.pyw[ ]
"
,
""
:
"[{AppVPackageRoot}]
\\
Lib
\\
idlelib
\\
idle.pyw
"
,
},
}
}
...
...
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