Message172733
| Author |
chris.jerdonek |
| Recipients |
chris.jerdonek, docs@python, ezio.melotti |
| Date |
2012年10月12日.09:03:16 |
| SpamBayes Score |
-1.0 |
| Marked as misclassified |
Yes |
| Message-id |
<1350032597.23.0.0536115574586.issue16209@psf.upfronthosting.co.za> |
| In-reply-to |
| Content |
This issue is to add a str class entry to the built-in types page like we have for dict, set, memoryview, etc:
http://docs.python.org/dev/library/stdtypes.html
This will let us reference ``str`` the class separately from ``str()`` the built-in function. It will also let us remove the "str." prefix from all of the string method descriptions. Thirdly, it will make the str documentation match what is being done for the types previous to it in the documentation, including the range, tuple, and list classes. Lastly, it will make referencing string-related sections in Sphinx a bit more intuitive. Currently, :class:`str` points to the built-in function :func:`str`. |
|
History
|
|---|
| Date |
User |
Action |
Args |
| 2012年10月12日 09:03:17 | chris.jerdonek | set | recipients:
+ chris.jerdonek, ezio.melotti, docs@python |
| 2012年10月12日 09:03:17 | chris.jerdonek | set | messageid: <1350032597.23.0.0536115574586.issue16209@psf.upfronthosting.co.za> |
| 2012年10月12日 09:03:17 | chris.jerdonek | link | issue16209 messages |
| 2012年10月12日 09:03:16 | chris.jerdonek | create |
|