Author: Manuel Jacob <[email protected]>
Branch: py3k
Changeset: r77818:b75b97b522c4
Date: 2015-06-03 15:01 +0200
http://bitbucket.org/pypy/pypy/changeset/b75b97b522c4/
Log: 2to3
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, str) # usually just 'x', don't
hope :-)
+ assert isinstance(g.gr_passwd, bytes) # usually just 'x', don't
hope :-)
break
else:
raise
_______________________________________________
pypy-commit mailing list
[email protected]
https://mail.python.org/mailman/listinfo/pypy-commit