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
b05cd496
Kaydet (Commit)
b05cd496
authored
Nis 11, 2002
tarafından
Tim Peters
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Ignore more deprecation warnings.
üst
3c14efe6
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
4 deletions
+6
-4
test___all__.py
Lib/test/test___all__.py
+6
-4
No files found.
Lib/test/test___all__.py
Dosyayı görüntüle @
b05cd496
from
test_support
import
verify
,
verbose
import
sys
import
warnings
warnings
.
filterwarnings
(
"ignore"
,
".* 'pre' .*"
,
DeprecationWarning
)
warnings
.
filterwarnings
(
"ignore"
,
".* regsub .*"
,
DeprecationWarning
)
warnings
.
filterwarnings
(
"ignore"
,
".* statcache .*"
,
DeprecationWarning
)
def
check_all
(
modname
):
names
=
{}
...
...
@@ -110,7 +115,7 @@ check_all("popen2")
check_all
(
"poplib"
)
check_all
(
"posixpath"
)
check_all
(
"pprint"
)
check_all
(
"pre"
)
check_all
(
"pre"
)
# deprecated
check_all
(
"profile"
)
check_all
(
"pstats"
)
check_all
(
"pty"
)
...
...
@@ -120,9 +125,6 @@ check_all("quopri")
check_all
(
"random"
)
check_all
(
"re"
)
check_all
(
"reconvert"
)
import
warnings
warnings
.
filterwarnings
(
"ignore"
,
".* regsub .*"
,
DeprecationWarning
,
"regsub"
,
append
=
1
)
check_all
(
"regsub"
)
check_all
(
"repr"
)
check_all
(
"rexec"
)
...
...
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