]> granicus.if.org Git - python/commit
add repr_str as alias for repr_string in both HTMLRepr and TextRepr classes
authorSkip Montanaro <skip@pobox.com>
Thu, 7 Mar 2002 22:58:02 +0000 (22:58 +0000)
committerSkip Montanaro <skip@pobox.com>
Thu, 7 Mar 2002 22:58:02 +0000 (22:58 +0000)
commitdf708788b6a0b06b0eaf07173b760ea80ffce87b
treed630a4bd88790dfcdb9ad635a64c81f803fa4aaa
parent70ffddf8af51c826e9dd7af857d15787f4863ba0
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