Author: Armin Rigo <[email protected]>
Branch: 
Changeset: r54888:ef610cf966f1
Date: 2012-05-04 10:30 +0200
http://bitbucket.org/pypy/pypy/changeset/ef610cf966f1/

Log:    Remove the duplicate entries (the ones which are not in alphabetical
        order, my fault).

diff --git a/pypy/interpreter/baseobjspace.py b/pypy/interpreter/baseobjspace.py
--- a/pypy/interpreter/baseobjspace.py
+++ b/pypy/interpreter/baseobjspace.py
@@ -1652,8 +1652,6 @@
     'UnicodeTranslateError',
     'ValueError',
     'ZeroDivisionError',
-    'UnicodeEncodeError',
-    'UnicodeDecodeError',
     ]
     
 if sys.platform.startswith("win"):
_______________________________________________
pypy-commit mailing list
[email protected]
http://mail.python.org/mailman/listinfo/pypy-commit

Reply via email to