commit | df708788b6a0b06b0eaf07173b760ea80ffce87b | [log] [tgz] |
---|---|---|
author | Skip Montanaro <skip@pobox.com> | Thu Mar 07 22:58:02 2002 +0000 |
committer | Skip Montanaro <skip@pobox.com> | Thu Mar 07 22:58:02 2002 +0000 |
tree | d630a4bd88790dfcdb9ad635a64c81f803fa4aaa | |
parent | 70ffddf8af51c826e9dd7af857d15787f4863ba0 [diff] |
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.