Correct two versionchanged directives, to improve the 'changes' output

This commit is contained in:
Andrew M. Kuchling 2008-06-21 00:17:22 +00:00
parent 6ba873c134
commit db53c1eb68
2 changed files with 7 additions and 8 deletions

View File

@ -46,8 +46,7 @@ files named on the command line. The exit status is nonzero if one of the files
could not be compiled.
.. versionchanged:: 2.6
Added the nonzero exit status.
Added the nonzero exit status when module is run as a script.
.. seealso::

View File

@ -44,9 +44,9 @@ The available exception and functions in this module are:
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])
@ -82,9 +82,9 @@ The available exception and functions in this module are:
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]])