commit | 54d9d078064d1406ae7e6beb3c12865b6b78d9ff | [log] [tgz] |
---|---|---|
author | Martin v. Löwis <martin@v.loewis.de> | Sun May 10 09:33:21 2009 +0000 |
committer | Martin v. Löwis <martin@v.loewis.de> | Sun May 10 09:33:21 2009 +0000 |
tree | 6c90f47a8f800b0be6a83cfca32c7460eeb7aaee | |
parent | 43c57785d3319249c03c3fa46c9df42a8ccd3e52 [diff] [blame] |
Rename the surrogates handler to surrogatepass.
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 test.support encoding = 'utf-8' -errors = 'surrogates' +errors = 'surrogatepass' ### Run tests