From: Martin v. Löwis Date: Sun, 10 May 2009 09:33:21 +0000 (+0000) Subject: Rename the surrogates handler to surrogatepass. X-Git-Tag: v3.1rc1~189 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=54d9d078064d1406ae7e6beb3c12865b6b78d9ff;p=python Rename the surrogates handler to surrogatepass. --- diff --git a/Lib/test/test_unicodedata.py b/Lib/test/test_unicodedata.py index b84aaaf5ec..285a352160 100644 --- a/Lib/test/test_unicodedata.py +++ b/Lib/test/test_unicodedata.py @@ -13,7 +13,7 @@ import subprocess import test.support encoding = 'utf-8' -errors = 'surrogates' +errors = 'surrogatepass' ### Run tests