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
0e76e672
Kaydet (Commit)
0e76e672
authored
Eyl 05, 2016
tarafından
Zachary Ware
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Sade Fark
Closes #27748: Merge with 3.5
üst
c7d1cf4d
b3b7a5a1
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
0 additions
and
13 deletions
+0
-13
check_soundcard.vbs
Lib/test/check_soundcard.vbs
+0
-13
test_winsound.py
Lib/test/test_winsound.py
+0
-0
No files found.
Lib/test/check_soundcard.vbs
deleted
100644 → 0
Dosyayı görüntüle @
c7d1cf4d
rem Check for a working sound-card - exit with 0 if OK, 1 otherwise.
set
wmi
=
GetObject
(
"winmgmts:"
)
set
scs
=
wmi
.
InstancesOf
(
"win32_sounddevice"
)
for
each
sc
in
scs
set
status
=
sc
.
Properties_
(
"Status"
)
wscript
.
Echo
(
sc
.
Properties_
(
"Name"
)
+
"/"
+
status
)
if
status
=
"OK"
then
wscript
.
Quit
0
rem normal exit
end
if
next
rem No sound card found - exit with status code of 1
wscript
.
Quit
1
Lib/test/test_winsound.py
Dosyayı görüntüle @
0e76e672
This diff is collapsed.
Click to expand it.
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