From 54d9d078064d1406ae7e6beb3c12865b6b78d9ff Mon Sep 17 00:00:00 2001 From: =?utf8?q?Martin=20v=2E=20L=C3=B6wis?= Date: Sun, 10 May 2009 09:33:21 +0000 Subject: [PATCH] Rename the surrogates handler to surrogatepass. --- Lib/test/test_unicodedata.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.47.3