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 Tony R.
Recipients Tony R., docs@python
Date 2016-02-15.15:49:05
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1455551359.29.0.702516130467.issue26366@psf.upfronthosting.co.za>
In-reply-to
Content
In the documentation, I noticed several uses of ``.. versionchanged::`` that described things which had been added.  

I love Python, and its documentation, and I wanted to contribute.  So, I figured a low-risk contribution would be to change ``.. versionchanged::`` to “.. versionadded” where appropriate.  (I also tweaked the descriptions accordingly.  E.g., “Added the *x* argument” became “The *x* argument”, because it’s unnecessary to say “added” in a description under “.. versionadded”.)

I did also make a few unrelated tweaks along the way--all very minor, and related to phrasing or formatting. 

Please let me know if I can do anything else to get this merged!
History
Date User Action Args
2016-02-15 15:49:23Tony R.setrecipients: + Tony R., docs@python
2016-02-15 15:49:19Tony R.setmessageid: <1455551359.29.0.702516130467.issue26366@psf.upfronthosting.co.za>
2016-02-15 15:49:19Tony R.linkissue26366 messages
2016-02-15 15:49:18Tony R.create