summaryrefslogtreecommitdiffstats
path: root/Lib/test/test_unicodedata.py
diff options
context:
space:
mode:
authorMartin v. Löwis <martin@v.loewis.de>2009-05-10 09:33:21 (GMT)
committerMartin v. Löwis <martin@v.loewis.de>2009-05-10 09:33:21 (GMT)
commit54d9d078064d1406ae7e6beb3c12865b6b78d9ff (patch)
tree6c90f47a8f800b0be6a83cfca32c7460eeb7aaee /Lib/test/test_unicodedata.py
parent43c57785d3319249c03c3fa46c9df42a8ccd3e52 (diff)
downloadcpython-54d9d078064d1406ae7e6beb3c12865b6b78d9ff.zip
cpython-54d9d078064d1406ae7e6beb3c12865b6b78d9ff.tar.gz
cpython-54d9d078064d1406ae7e6beb3c12865b6b78d9ff.tar.bz2
Rename the surrogates handler to surrogatepass.
Diffstat (limited to 'Lib/test/test_unicodedata.py')
-rw-r--r--Lib/test/test_unicodedata.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/test/test_unicodedata.py b/Lib/test/test_unicodedata.py
index b84aaaf..285a352 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