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 magcius
Recipients docs@python, magcius
Date 2012-05-16.05:52:23
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1337147544.42.0.726566417701.issue14824@psf.upfronthosting.co.za>
In-reply-to
Content
http://docs.python.org/dev/library/reprlib.html

"""
Formatting methods for specific types are implemented as methods with a name based on the type name. In the method name, TYPE is replaced by string.join(string.split(type(obj).__name__, '_')). Dispatch to these methods is handled by repr1(). Type-specific methods which need to recursively format a value should call self.repr1(subobj, level - 1).
"""

Outstanding.
History
Date User Action Args
2012-05-16 05:52:24magciussetrecipients: + magcius, docs@python
2012-05-16 05:52:24magciussetmessageid: <1337147544.42.0.726566417701.issue14824@psf.upfronthosting.co.za>
2012-05-16 05:52:23magciuslinkissue14824 messages
2012-05-16 05:52:23magciuscreate