New submission from Jasper St. Pierre <jstpie...@mecheye.net>:

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.

----------
assignee: docs@python
components: Documentation
messages: 160805
nosy: docs@python, magcius
priority: normal
severity: normal
status: open
title: reprlib documentation references string module
versions: Python 3.4

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue14824>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to