mirror of
https://github.com/python/cpython.git
synced 2025-08-04 00:48:58 +00:00
Whitespace normalization.
This commit is contained in:
parent
e4f5600e5c
commit
5a9fb3c415
9 changed files with 44 additions and 47 deletions
|
@ -299,7 +299,7 @@ class CompressObjectTestCase(unittest.TestCase):
|
|||
self.failUnless(co.flush()) # Returns a zlib header
|
||||
dco = zlib.decompressobj()
|
||||
self.assertEqual(dco.flush(), "") # Returns nothing
|
||||
|
||||
|
||||
|
||||
def genblock(seed, length, step=1024, generator=random):
|
||||
"""length-byte stream of random data from a seed (in step-byte blocks)."""
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue