This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author chris.jerdonek
Recipients chris.jerdonek, docs@python, ezio.melotti, ncoghlan
Date 2012-10-12.11:46:25
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1350042385.17.0.86255666441.issue16205@psf.upfronthosting.co.za>
In-reply-to
Content
> If :class:`str` and :func:`str` point respectively to stdtypes.rst and functions.rst once a class directive is added to stdtypes.rst, then we can do that.

I agree.  I would suggest starting small by adding a stub class entry above the string methods.  The class constructor could link to the built-in function str() for its definition.
History
Date User Action Args
2012-10-12 11:46:25chris.jerdoneksetrecipients: + chris.jerdonek, ncoghlan, ezio.melotti, docs@python
2012-10-12 11:46:25chris.jerdoneksetmessageid: <1350042385.17.0.86255666441.issue16205@psf.upfronthosting.co.za>
2012-10-12 11:46:25chris.jerdoneklinkissue16205 messages
2012-10-12 11:46:25chris.jerdonekcreate