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
16b2a5e0
Kaydet (Commit)
16b2a5e0
authored
Haz 04, 2010
tarafından
Martin v. Löwis
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Display installer warning that Windows 2000 won't
be supported in future releases.
üst
5aafc174
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
3 deletions
+6
-3
NEWS
Misc/NEWS
+3
-0
msi.py
Tools/msi/msi.py
+3
-3
No files found.
Misc/NEWS
Dosyayı görüntüle @
16b2a5e0
...
...
@@ -120,6 +120,9 @@ Tests
Build
-----
- Display installer warning that Windows 2000 won't be supported in future
releases.
- Issues #1759169, #8864: Drop _XOPEN_SOURCE on Solaris, define it for
multiprocessing only.
...
...
Tools/msi/msi.py
Dosyayı görüntüle @
16b2a5e0
...
...
@@ -503,9 +503,9 @@ def add_ui(db):
" would still be Python for DOS."
)
c
=
exit_dialog
.
text
(
"warning"
,
135
,
200
,
220
,
40
,
0x30003
,
"{
\\
VerdanaRed9}Warning: Python 2.
5
.x is the last "
"Python release for Windows
9x
."
)
c
.
condition
(
"Hide"
,
"
NOT Version9X
"
)
"{
\\
VerdanaRed9}Warning: Python 2.
7
.x is the last "
"Python release for Windows
2000
."
)
c
.
condition
(
"Hide"
,
"
VersionNT > 500
"
)
exit_dialog
.
text
(
"Description"
,
135
,
235
,
220
,
20
,
0x30003
,
"Click the Finish button to exit the Installer."
)
...
...
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