Update patches
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:Factory/python?expand=0&rev=406
This commit is contained in:
parent
86d87a8612
commit
c8f2c7a003
@ -14,7 +14,7 @@
|
|||||||
+ self.assertEqual(Utils.parseaddr("Honza str Novák <honza@example.com>"),
|
+ self.assertEqual(Utils.parseaddr("Honza str Novák <honza@example.com>"),
|
||||||
+ ('Honza str Nov\xc3\xa1k', 'honza@example.com'))
|
+ ('Honza str Nov\xc3\xa1k', 'honza@example.com'))
|
||||||
+ self.assertEqual(Utils.parseaddr(u"Honza unicode Novák <honza@example.com>"),
|
+ self.assertEqual(Utils.parseaddr(u"Honza unicode Novák <honza@example.com>"),
|
||||||
+ ('Honza unicode Nov\xe1k', 'honza@example.com'))
|
+ (u'Honza unicode Nov\xe1k', u'honza@example.com'))
|
||||||
+
|
+
|
||||||
def test_getaddresses_nasty(self):
|
def test_getaddresses_nasty(self):
|
||||||
for addresses, expected in (
|
for addresses, expected in (
|
||||||
|
Loading…
Reference in New Issue
Block a user