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
989df09d
Kaydet (Commit)
989df09d
authored
Agu 18, 2016
tarafından
Serhiy Storchaka
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Issue #16764: Move NEWS entry to correct section and remove too strict test.
üst
e09594d5
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
7 deletions
+3
-7
test_zlib.py
Lib/test/test_zlib.py
+0
-4
NEWS
Misc/NEWS
+3
-3
No files found.
Lib/test/test_zlib.py
Dosyayı görüntüle @
989df09d
...
...
@@ -173,10 +173,6 @@ class CompressTestCase(BaseCompressTestCase, unittest.TestCase):
wbits
=
zlib
.
MAX_WBITS
,
bufsize
=
zlib
.
DEF_BUF_SIZE
),
HAMLET_SCENE
)
with
self
.
assertRaises
(
TypeError
):
zlib
.
decompress
(
data
=
x
,
wbits
=
zlib
.
MAX_WBITS
,
bufsize
=
zlib
.
DEF_BUF_SIZE
)
def
test_speech128
(
self
):
# compress more data
...
...
Misc/NEWS
Dosyayı görüntüle @
989df09d
...
...
@@ -24,9 +24,6 @@ What's New in Python 3.6.0 alpha 4
Core
and
Builtins
-----------------
-
Issue
#
16764
:
Support
keyword
arguments
to
zlib
.
decompress
().
Patch
by
Xiang
Zhang
.
-
Issue
#
27704
:
Optimized
creating
bytes
and
bytearray
from
byte
-
like
objects
and
iterables
.
Speed
up
to
3
times
for
short
objects
.
Original
patch
by
Naoki
Inada
.
...
...
@@ -71,6 +68,9 @@ Core and Builtins
Library
-------
- Issue #16764: Support keyword arguments to zlib.decompress(). Patch by
Xiang Zhang.
- Issue #27736: Prevent segfault after interpreter re-initialization due
to ref count problem introduced in code for Issue #27038 in 3.6.0a3.
Patch by Xiang Zhang.
...
...
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