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
e1b93f28
Kaydet (Commit)
e1b93f28
authored
May 12, 2008
tarafından
Amaury Forgeot d'Arc
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Adapt test_pyclbr to the new version of urllib.py:
The new mac-specific functions must be ignored.
üst
23681931
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
1 deletion
+5
-1
test_pyclbr.py
Lib/test/test_pyclbr.py
+5
-1
No files found.
Lib/test/test_pyclbr.py
Dosyayı görüntüle @
e1b93f28
...
...
@@ -164,9 +164,13 @@ class PyclbrTest(TestCase):
# These were once about the 10 longest modules
cm
(
'random'
,
ignore
=
(
'Random'
,))
# from _random import Random as CoreGenerator
cm
(
'cgi'
,
ignore
=
(
'log'
,))
# set with = in module
cm
(
'urllib'
,
ignore
=
(
'getproxies_registry'
,
cm
(
'urllib'
,
ignore
=
(
'_CFNumberToInt32'
,
'_CStringFromCFString'
,
'getproxies_registry'
,
'proxy_bypass_registry'
,
'proxy_bypass_macosx_sysconf'
,
'open_https'
,
'getproxies_macosx_sysconf'
,
'getproxies_internetconfig'
,))
# not on all platforms
cm
(
'pickle'
)
cm
(
'aifc'
,
ignore
=
(
'openfp'
,))
# set with = in module
...
...
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