Changes between Initial Version and Version 1 of Ticket #4871


Ignore:
Timestamp:
Jul 14, 2007, 8:25:17 AM (17 years ago)
Author:
Malcolm Tredinnick
Comment:

Where does this need to be updated? Are you sure you are referring to the documentation for the version you are using (noting that Unicode support is only in recent subversion, not, for example, 0.96)?

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #4871 – Description

    initial v1  
     1{{{
     2#!python
    13    def __unicode__(self):
    24        return self.x
    3 
     5}}}
    46I think this needs to be updated to
    5 
     7{{{
     8#!python
    69    def __str__(self):
    710        return self.x
    8 
     11}}}
Back to Top