]> granicus.if.org Git - python/commit
Merge from 3.3: Add a str class entry to the string section (issue #16209).
authorChris Jerdonek <chris.jerdonek@gmail.com>
Wed, 28 Nov 2012 09:45:15 +0000 (01:45 -0800)
committerChris Jerdonek <chris.jerdonek@gmail.com>
Wed, 28 Nov 2012 09:45:15 +0000 (01:45 -0800)
commit16459e8b16dfa00bd9f0f1a6b1d7989dd1d4b93e
tree4f86872908d34c6f492e292a88645a69549a8021
parentbff98fe5364452775d8273137c9087ed004deb96
parentbb4e941c6d721c2461f7dd30a84565abc350eca3
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.
Doc/c-api/object.rst
Doc/reference/datamodel.rst
Misc/NEWS