diff options
author | Walter Dörwald <walter@livinglogic.de> | 2009-04-26 19:12:55 (GMT) |
---|---|---|
committer | Walter Dörwald <walter@livinglogic.de> | 2009-04-26 19:12:55 (GMT) |
commit | cc8cfdb58d9326cd99a5f9c62c82863d767cca0d (patch) | |
tree | 4583a2c1ac5839ef200f65cbd2314bbd352ce7a2 /Lib/test | |
parent | b16f06bf5c0f1c6e37f0bea9feafccf2a80627a2 (diff) | |
download | cpython-cc8cfdb58d9326cd99a5f9c62c82863d767cca0d.zip cpython-cc8cfdb58d9326cd99a5f9c62c82863d767cca0d.tar.gz cpython-cc8cfdb58d9326cd99a5f9c62c82863d767cca0d.tar.bz2 |
Merged revisions 71972 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk
........
r71972 | walter.doerwald | 2009-04-26 21:11:43 +0200 (So, 26 Apr 2009) | 2 lines
Fix typo.
........
Diffstat (limited to 'Lib/test')
-rw-r--r-- | Lib/test/test_unicodedata.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/test/test_unicodedata.py b/Lib/test/test_unicodedata.py index 1651b46..baa36cb 100644 --- a/Lib/test/test_unicodedata.py +++ b/Lib/test/test_unicodedata.py @@ -270,7 +270,7 @@ class UnicodeMiscTest(UnicodeDatabaseTest): [0] ) - def test_buf_4971(self): + def test_bug_4971(self): # LETTER DZ WITH CARON: DZ, Dz, dz self.assertEqual(u"\u01c4".title(), u"\u01c5") self.assertEqual(u"\u01c5".title(), u"\u01c5") |