]> granicus.if.org Git - python/commit
Add a str class entry to the "Text Sequence Type" section (issue #16209).
authorChris Jerdonek <chris.jerdonek@gmail.com>
Wed, 28 Nov 2012 09:38:40 +0000 (01:38 -0800)
committerChris Jerdonek <chris.jerdonek@gmail.com>
Wed, 28 Nov 2012 09:38:40 +0000 (01:38 -0800)
commitbb4e941c6d721c2461f7dd30a84565abc350eca3
tree89bb8aeaea4994f87861f60b97aa0bb833732ff1
parent21602183cea18c3222d04a4f9225c16421e286a2
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.
Doc/c-api/object.rst
Doc/extending/newtypes.rst
Doc/library/functions.rst
Doc/library/stdtypes.rst
Doc/reference/datamodel.rst
Misc/NEWS