]> granicus.if.org Git - python/commit
Merged revisions 79281 via svnmerge from
authorVictor Stinner <victor.stinner@haypocalc.com>
Mon, 22 Mar 2010 12:53:14 +0000 (12:53 +0000)
committerVictor Stinner <victor.stinner@haypocalc.com>
Mon, 22 Mar 2010 12:53:14 +0000 (12:53 +0000)
commitabdb21a3a89e0fed89e361d86990c90a998ac9ec
treec0115422ade6453f6a974216b51d11b3b37981e7
parent6a11edb533c184dad3c391a5a68e6a8ea64ef961
Merged revisions 79281 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k

................
  r79281 | victor.stinner | 2010-03-22 13:50:40 +0100 (lun., 22 mars 2010) | 16 lines

  Merged revisions 79278,79280 via svnmerge from
  svn+ssh://pythondev@svn.python.org/python/trunk

  ........
    r79278 | victor.stinner | 2010-03-22 13:24:37 +0100 (lun., 22 mars 2010) | 2 lines

    Issue #1583863: An unicode subclass can now override the __str__ method
  ........
    r79280 | victor.stinner | 2010-03-22 13:36:28 +0100 (lun., 22 mars 2010) | 5 lines

    Fix the NEWS about my last commit: an unicode subclass can now override the
    __unicode__ method (and not the __str__ method).

    Simplify also the testcase.
  ........
................
Lib/test/test_unicode.py
Misc/NEWS
Objects/unicodeobject.c