Author: Manuel Jacob <[email protected]>
Branch: py3k
Changeset: r77875:8655efcabf66
Date: 2015-06-05 05:55 +0200
http://bitbucket.org/pypy/pypy/changeset/8655efcabf66/
Log: Fix test.
diff --git a/pypy/module/test_lib_pypy/test_grp_extra.py
b/pypy/module/test_lib_pypy/test_grp_extra.py
--- a/pypy/module/test_lib_pypy/test_grp_extra.py
+++ b/pypy/module/test_lib_pypy/test_grp_extra.py
@@ -20,7 +20,7 @@
assert g.gr_gid == 0
assert 'root' in g.gr_mem or g.gr_mem == []
assert g.gr_name == name
- assert isinstance(g.gr_passwd, bytes) # usually just 'x', don't
hope :-)
+ assert isinstance(g.gr_passwd, str) # usually just 'x', don't
hope :-)
break
else:
raise
_______________________________________________
pypy-commit mailing list
[email protected]
https://mail.python.org/mailman/listinfo/pypy-commit