Issue435290

classification
Title: make __repr__() and toString() aliases
Type: rfe Severity: normal
Components: None Versions:
Milestone:
process
Status: closed Resolution:
Dependencies: Superseder:
Assigned To: Nosy List:
Priority: normal Keywords:

Created on 2001-06-22.01:14:57 by anonymous, last changed 2001-06-22.01:14:57 by nobody.

Messages
msg2997 (view) Author: Nobody/Anonymous (nobody) Date: 2001-06-22.01:14:57
calling repr on a Java object shoulf use its toString
and calling toString on a jython object should invoke
repr. Overriding one should automatically oerride the
other.

History
Date User Action Args
2001-06-22 01:14:57anonymouscreate