]> granicus.if.org Git - python/commit
Fix the NEWS about my last commit: an unicode subclass can now override the
authorVictor Stinner <victor.stinner@haypocalc.com>
Mon, 22 Mar 2010 12:36:28 +0000 (12:36 +0000)
committerVictor Stinner <victor.stinner@haypocalc.com>
Mon, 22 Mar 2010 12:36:28 +0000 (12:36 +0000)
commitc7790ed1637ad688ea61decf45703f996f29584d
tree8184b598978495d1eab2dfdef4e15552af13770a
parent3017a7bbbf2046b93ac89fcbabadaf0a528e5ae1
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