Author: Manuel Jacob <[email protected]>
Branch: py3.5
Changeset: r89351:5c8d5e46cf84
Date: 2017-01-04 01:23 +0100
http://bitbucket.org/pypy/pypy/changeset/5c8d5e46cf84/
Log: 2to3: 'returns_unicode' attribute isn't present on Python 3.
diff --git a/pypy/module/pyexpat/test/test_parser.py
b/pypy/module/pyexpat/test/test_parser.py
--- a/pypy/module/pyexpat/test/test_parser.py
+++ b/pypy/module/pyexpat/test/test_parser.py
@@ -31,7 +31,6 @@
for attr in ('buffer_text', 'namespace_prefixes', 'ordered_attributes',
'specified_attributes'):
test_setget(p, attr)
- test_setget(p, 'returns_unicode', True)
def test_version(self):
import pyexpat
_______________________________________________
pypy-commit mailing list
[email protected]
https://mail.python.org/mailman/listinfo/pypy-commit