summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorChris Jerdonek <chris.jerdonek@gmail.com>2012-11-28 09:45:15 (GMT)
committerChris Jerdonek <chris.jerdonek@gmail.com>2012-11-28 09:45:15 (GMT)
commit16459e8b16dfa00bd9f0f1a6b1d7989dd1d4b93e (patch)
tree4f86872908d34c6f492e292a88645a69549a8021 /Misc
parentbff98fe5364452775d8273137c9087ed004deb96 (diff)
parentbb4e941c6d721c2461f7dd30a84565abc350eca3 (diff)
downloadcpython-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/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index eb3a98d..2dff7b1 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -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