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
cae101f5
Kaydet (Commit)
cae101f5
authored
Agu 11, 2015
tarafından
Steve Dower
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Issue #24839: platform._syscmd_ver raises DeprecationWarning
üst
2ab6ddb1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
1 deletion
+2
-1
platform.py
Lib/platform.py
+1
-1
NEWS
Misc/NEWS
+1
-0
No files found.
Lib/platform.py
Dosyayı görüntüle @
cae101f5
...
...
@@ -440,7 +440,7 @@ def _syscmd_ver(system='', release='', version='',
# Try some common cmd strings
for
cmd
in
(
'ver'
,
'command /c ver'
,
'cmd /c ver'
):
try
:
pipe
=
popen
(
cmd
)
pipe
=
os
.
popen
(
cmd
)
info
=
pipe
.
read
()
if
pipe
.
close
():
raise
OSError
(
'command failed'
)
...
...
Misc/NEWS
Dosyayı görüntüle @
cae101f5
...
...
@@ -13,6 +13,7 @@ Core and Builtins
Library
-------
- Issue #24839: platform._syscmd_ver raises DeprecationWarning
What'
s
New
in
Python
3.5.0
release
candidate
1
?
===============================================
...
...
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