]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
backport montanaro's checkin of
authorMichael W. Hudson <mwh@python.net>
Fri, 8 Mar 2002 13:40:46 +0000 (13:40 +0000)
committerMichael W. Hudson <mwh@python.net>
Fri, 8 Mar 2002 13:40:46 +0000 (13:40 +0000)
commit65a9547384671b1b46187135339adeaf6cc4cae1
tree6a41aaab721d4044bca676f30c61cdd31727321b
parent85717c768a2920ae15a39879cb676fe9f5c25f87
backport montanaro's checkin of
    revision 1.58 of pydoc.py

add repr_str as alias for repr_string in both HTMLRepr and TextRepr classes
- reflects the change in type("").__name__ between 2.1 and 2.2.  The
__name__ field is used to find a method to call for particular types.
Lib/pydoc.py