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
126c9c17
Kaydet (Commit)
126c9c17
authored
Mar 12, 2016
tarafından
Steve Dower
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Issue #26513: Fixes platform module detection of Windows Server
üst
8a7240ee
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
1 deletion
+3
-1
platform.py
Lib/platform.py
+1
-1
NEWS
Misc/NEWS
+2
-0
No files found.
Lib/platform.py
Dosyayı görüntüle @
126c9c17
...
@@ -588,7 +588,7 @@ def win32_ver(release='', version='', csd='', ptype=''):
...
@@ -588,7 +588,7 @@ def win32_ver(release='', version='', csd='', ptype=''):
csd
=
'SP'
+
csd
[
13
:]
csd
=
'SP'
+
csd
[
13
:]
# VER_NT_SERVER = 3
# VER_NT_SERVER = 3
if
getattr
(
winver
,
'product
_type
'
,
None
)
==
3
:
if
getattr
(
winver
,
'product'
,
None
)
==
3
:
release
=
(
_WIN32_SERVER_RELEASES
.
get
((
maj
,
min
))
or
release
=
(
_WIN32_SERVER_RELEASES
.
get
((
maj
,
min
))
or
_WIN32_SERVER_RELEASES
.
get
((
maj
,
None
))
or
_WIN32_SERVER_RELEASES
.
get
((
maj
,
None
))
or
release
)
release
)
...
...
Misc/NEWS
Dosyayı görüntüle @
126c9c17
...
@@ -91,6 +91,8 @@ Core and Builtins
...
@@ -91,6 +91,8 @@ Core and Builtins
Library
Library
-------
-------
- Issue #26513: Fixes platform module detection of Windows Server
- Issue #23718: Fixed parsing time in week 0 before Jan 1. Original patch by
- Issue #23718: Fixed parsing time in week 0 before Jan 1. Original patch by
Tamás Bence Gedai.
Tamás Bence Gedai.
...
...
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