This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author pitrou
Recipients Sreejith.Madhavan, ddmitriev, gregory.p.smith, pitrou
Date 2010-05-07.16:36:22
SpamBayes Score 0.14095941
Marked as misclassified No
Message-id <1273250329.4188.0.camel@localhost.localdomain>
In-reply-to <x2j52dc1c821005070926ifc8d463ehfe5651b209d3263c@mail.gmail.com>
Content
> in the unittests there is some use of 'compress' and 'decompress'
> mixed with 'zlib.decompress'.  which one is right

When testing the decompressor, data needs to be prepared first
(compressed). I didn't bother creating a compressor object in this case.
History
Date User Action Args
2010-05-07 16:36:24pitrousetrecipients: + pitrou, gregory.p.smith, Sreejith.Madhavan, ddmitriev
2010-05-07 16:36:22pitroulinkissue8571 messages
2010-05-07 16:36:22pitroucreate