From: Chris Jerdonek Date: Wed, 28 Nov 2012 09:45:15 +0000 (-0800) Subject: Merge from 3.3: Add a str class entry to the string section (issue #16209). X-Git-Tag: v3.4.0a1~1943 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=16459e8b16dfa00bd9f0f1a6b1d7989dd1d4b93e;p=python Merge from 3.3: Add a str class entry to the string section (issue #16209). This commit also moves the documentation for the str built-in function to the new class entry. Links to :class:`str` now go to the class entry with the string methods immediately afterwards. --- 16459e8b16dfa00bd9f0f1a6b1d7989dd1d4b93e diff --cc Misc/NEWS index eb3a98d497,cd77da8676..2dff7b17ca --- a/Misc/NEWS +++ b/Misc/NEWS @@@ -418,10 -286,19 +418,13 @@@ Buil Documentation ------------- + - Issue #16209: Move the documentation for the str built-in function to a new + str class entry in the "Text Sequence Type" section. + - Issue #13538: Improve str() and object.__str__() documentation. -- Issue #16489: Make it clearer that importlib.find_loader() requires any and - all packages to be separately imported. +- Issue #16489: Make it clearer that importlib.find_loader() needs parent + packages to be explicitly imported. - Issue #16400: Update the description of which versions of a given package PyPI displays.