mirror of
https://github.com/python/cpython.git
synced 2025-10-14 10:53:40 +00:00
Merged revisions 74754 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk ........ r74754 | ezio.melotti | 2009-09-12 17:43:43 +0300 (Sat, 12 Sep 2009) | 1 line #6026 - fix tests that failed without zlib ........
This commit is contained in:
parent
049d2aa952
commit
78ea2023d8
7 changed files with 51 additions and 6 deletions
|
@ -5,9 +5,8 @@
|
|||
import unittest
|
||||
from test import support
|
||||
import os
|
||||
import gzip
|
||||
import struct
|
||||
|
||||
gzip = support.import_module('gzip')
|
||||
|
||||
data1 = b""" int length=DEFAULTALLOC, err = Z_OK;
|
||||
PyObject *RetVal;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue