Author: Philip Jenvey <[email protected]>
Branch: py3k
Changeset: r68922:fbe8e328bbe8
Date: 2014-01-24 13:58 -0800
http://bitbucket.org/pypy/pypy/changeset/fbe8e328bbe8/

Log:    rpython forces 'utf8' now

diff --git a/lib-python/3/test/test_pep3120.py 
b/lib-python/3/test/test_pep3120.py
--- a/lib-python/3/test/test_pep3120.py
+++ b/lib-python/3/test/test_pep3120.py
@@ -20,7 +20,7 @@
             import test.badsyntax_pep3120
         except SyntaxError as msg:
             msg = str(msg).lower()
-            self.assertTrue('utf-8' in msg)
+            self.assertTrue('utf8' in msg)
         else:
             self.fail("expected exception didn't occur")
 
_______________________________________________
pypy-commit mailing list
[email protected]
https://mail.python.org/mailman/listinfo/pypy-commit

Reply via email to