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 georg.brandl
Recipients Tony R., berker.peksag, docs@python, ezio.melotti, georg.brandl, martin.panter
Date 2016-02-19.08:01:18
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1455868878.85.0.545312504177.issue26366@psf.upfronthosting.co.za>
In-reply-to
Content
Here are the original descriptions of the old LaTeX version.

    \begin{macrodesc}{versionadded}{\op{explanation}\p{version}}
      The version of Python which added the described feature to the
      library or C API.  \var{explanation} should be a \emph{brief}
      explanation of the change consisting of a capitalized sentence
      fragment; a period will be appended by the formatting process.
      When this applies to an entire module, it should be placed at
      the top of the module section before any prose.
    \end{macrodesc}

    \begin{macrodesc}{versionchanged}{\op{explanation}\p{version}}
      The version of Python in which the named feature was changed in
      some way (new parameters, changed side effects, etc.).
      \var{explanation} should be a \emph{brief} explanation of the
      change consisting of a capitalized sentence fragment; a
      period will be appended by the formatting process.  This should
      not generally be applied to modules.
    \end{macrodesc}

Adding a parameter is explicitly a "versionchanged" kind of change.

Since the Sphinx items are supposed to be equivalent, this has always been the intention, even if the current devguide deviates.
History
Date User Action Args
2016-02-19 08:01:18georg.brandlsetrecipients: + georg.brandl, ezio.melotti, docs@python, berker.peksag, martin.panter, Tony R.
2016-02-19 08:01:18georg.brandlsetmessageid: <1455868878.85.0.545312504177.issue26366@psf.upfronthosting.co.za>
2016-02-19 08:01:18georg.brandllinkissue26366 messages
2016-02-19 08:01:18georg.brandlcreate