[Python-checkins] r72530 - python/branches/py3k/Lib/test/test_unicodedata.py

martin.v.loewis python-checkins at python.org
Sun May 10 11:33:21 CEST 2009


Author: martin.v.loewis
Date: Sun May 10 11:33:21 2009
New Revision: 72530

Log:
Rename the surrogates handler to surrogatepass.


Modified:
   python/branches/py3k/Lib/test/test_unicodedata.py

Modified: python/branches/py3k/Lib/test/test_unicodedata.py
==============================================================================
--- python/branches/py3k/Lib/test/test_unicodedata.py	(original)
+++ python/branches/py3k/Lib/test/test_unicodedata.py	Sun May 10 11:33:21 2009
@@ -13,7 +13,7 @@
 import test.support
 
 encoding = 'utf-8'
-errors = 'surrogates'
+errors = 'surrogatepass'
 
 
 ### Run tests


More information about the Python-checkins mailing list