diff options
author | Chris Jerdonek <chris.jerdonek@gmail.com> | 2012-11-28 09:45:15 (GMT) |
---|---|---|
committer | Chris Jerdonek <chris.jerdonek@gmail.com> | 2012-11-28 09:45:15 (GMT) |
commit | 16459e8b16dfa00bd9f0f1a6b1d7989dd1d4b93e (patch) | |
tree | 4f86872908d34c6f492e292a88645a69549a8021 /Misc | |
parent | bff98fe5364452775d8273137c9087ed004deb96 (diff) | |
parent | bb4e941c6d721c2461f7dd30a84565abc350eca3 (diff) | |
download | cpython-16459e8b16dfa00bd9f0f1a6b1d7989dd1d4b93e.zip cpython-16459e8b16dfa00bd9f0f1a6b1d7989dd1d4b93e.tar.gz cpython-16459e8b16dfa00bd9f0f1a6b1d7989dd1d4b93e.tar.bz2 |
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.
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -418,6 +418,9 @@ Build 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() needs parent |