Issue1604264

classification
Title: str(o) on str subclass o uses o.__repr__() not o.__str__()
Type: Severity: normal
Components: Core Versions:
Milestone:
process
Status: closed Resolution: fixed
Dependencies: Superseder:
Assigned To: Nosy List: cgroves, h_eriksson
Priority: normal Keywords:

Created on 2006-11-28.05:42:51 by cgroves, last changed 2007-01-20.17:50:06 by cgroves.

Messages
msg1318 (view) Author: Charlie Groves (cgroves) Date: 2006-11-28.05:42:51
str(o) on str subclass o uses o.__repr__() not o.__str__()  This causes str_of_str_subclass in test_descr to fail.
msg1319 (view) Author: Henrik Eriksson (h_eriksson) Date: 2006-12-15.07:48:07
See patch 1612713.
msg1320 (view) Author: Charlie Groves (cgroves) Date: 2007-01-02.01:40:52
Closing in favor of patch.
msg1321 (view) Author: Charlie Groves (cgroves) Date: 2007-01-20.17:50:06
Fixed in r3053
History
Date User Action Args
2006-11-28 05:42:51cgrovescreate