summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorChris Jerdonek <chris.jerdonek@gmail.com>2012-11-28 09:38:40 (GMT)
committerChris Jerdonek <chris.jerdonek@gmail.com>2012-11-28 09:38:40 (GMT)
commitbb4e941c6d721c2461f7dd30a84565abc350eca3 (patch)
tree89bb8aeaea4994f87861f60b97aa0bb833732ff1 /Misc
parent21602183cea18c3222d04a4f9225c16421e286a2 (diff)
downloadcpython-bb4e941c6d721c2461f7dd30a84565abc350eca3.zip
cpython-bb4e941c6d721c2461f7dd30a84565abc350eca3.tar.gz
cpython-bb4e941c6d721c2461f7dd30a84565abc350eca3.tar.bz2
Add a str class entry to the "Text Sequence Type" 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 62193b9..cd77da8 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -292,6 +292,9 @@ Tools/Demos
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