Kaydet (Commit) db53c1eb authored tarafından Andrew M. Kuchling's avatar Andrew M. Kuchling

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

üst 6ba873c1
......@@ -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::
......
......@@ -44,7 +44,7 @@ The available exception and functions in this module are:
This function always returns an integer object.
.. versionchanged:: 2.6
.. 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.
......@@ -82,7 +82,7 @@ The available exception and functions in this module are:
This function always returns an integer object.
.. versionchanged:: 2.6
.. 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.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment