Rename the surrogates handler to surrogatepass.
authorMartin v. Löwis <martin@v.loewis.de>
Sun, 10 May 2009 09:33:21 +0000 (09:33 +0000)
committerMartin v. Löwis <martin@v.loewis.de>
Sun, 10 May 2009 09:33:21 +0000 (09:33 +0000)
Lib/test/test_unicodedata.py

index b84aaaf5ec33ff16474d7152f5b33aa50bc16af9..285a3521605d74bca6b8d21b74191dadbc8abd21 100644 (file)
@@ -13,7 +13,7 @@ import subprocess
 import test.support
 
 encoding = 'utf-8'
-errors = 'surrogates'
+errors = 'surrogatepass'
 
 
 ### Run tests