Correct two versionchanged directives, to improve the 'changes' output
authorAndrew M. Kuchling <amk@amk.ca>
Sat, 21 Jun 2008 00:17:22 +0000 (00:17 +0000)
committerAndrew M. Kuchling <amk@amk.ca>
Sat, 21 Jun 2008 00:17:22 +0000 (00:17 +0000)
Doc/library/py_compile.rst
Doc/library/zlib.rst

index 77ed8cf4a0dfe347381e463e2a2fe811352070cc..40ca58806e87891c658b7a021522a73e7bee9dcf 100644 (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::
index b522fe6395e39193b253e686e74c68967ff6017a..6ce4e661c1632a4ad8c8053f792944c4628102aa 100644 (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]])