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: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=54d9d078064d1406ae7e6beb3c12865b6b78d9ff;p=thirdparty%2FPython%2Fcpython.git Rename the surrogates handler to surrogatepass. --- diff --git a/Lib/test/test_unicodedata.py b/Lib/test/test_unicodedata.py index b84aaaf5ec33..285a3521605d 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