This function always returns an integer object.
-.. versionchanged:: 2.6
- For consistent cross-platform behavior we always return a signed integer.
- ie: Results in the (2**31)...(2**32-1) range will be negative.
+ .. versionchanged:: 2.6
+ For consistent cross-platform behavior we always return a signed integer.
+ ie: Results in the (2**31)...(2**32-1) range will be negative.
.. function:: compress(string[, level])
This function always returns an integer object.
-.. versionchanged:: 2.6
- For consistent cross-platform behavior we always return a signed integer.
- ie: Results in the (2**31)...(2**32-1) range will be negative.
+ .. versionchanged:: 2.6
+ For consistent cross-platform behavior we always return a signed integer.
+ ie: Results in the (2**31)...(2**32-1) range will be negative.
.. function:: decompress(string[, wbits[, bufsize]])