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
91f0359e
Kaydet (Commit)
91f0359e
authored
Mar 14, 2011
tarafından
Eric V. Smith
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Skip test if zlib not present. Closes #11498. Patch by Natalia B. Bidart.
üst
4169826a
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
1 deletion
+3
-1
_bootstrap.py
Lib/importlib/_bootstrap.py
+1
-1
test_zipfile.py
Lib/test/test_zipfile.py
+1
-0
ACKS
Misc/ACKS
+1
-0
No files found.
Lib/importlib/_bootstrap.py
Dosyayı görüntüle @
91f0359e
...
...
@@ -240,7 +240,7 @@ class BuiltinImporter:
@classmethod
@_requires_builtin
def
is_package
(
cls
,
fullname
):
"""Return None as built-in module are never packages."""
"""Return None as built-in module
s
are never packages."""
return
False
...
...
Lib/test/test_zipfile.py
Dosyayı görüntüle @
91f0359e
...
...
@@ -489,6 +489,7 @@ class TestsWithSourceFile(unittest.TestCase):
except
zipfile
.
BadZipFile
:
self
.
assertTrue
(
zipfp2
.
fp
is
None
,
'zipfp is not closed'
)
@skipUnless
(
zlib
,
"requires zlib"
)
def
test_unicode_filenames
(
self
):
# bug #10801
fname
=
findfile
(
'zip_cp437_header.zip'
)
...
...
Misc/ACKS
Dosyayı görüntüle @
91f0359e
...
...
@@ -80,6 +80,7 @@ Eric Beser
Steven Bethard
Stephen Bevan
Ron Bickers
Natalia B. Bidart
Adrian von Bidder
David Binger
Dominic Binks
...
...
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