Author: Manuel Jacob <m...@manueljacob.de>
Branch: py3k
Changeset: r77829:e1465507097e
Date: 2015-06-03 17:38 +0200
http://bitbucket.org/pypy/pypy/changeset/e1465507097e/

Log:    2to3

diff --git a/pypy/module/_random/test/test_random.py 
b/pypy/module/_random/test/test_random.py
--- a/pypy/module/_random/test/test_random.py
+++ b/pypy/module/_random/test/test_random.py
@@ -49,8 +49,7 @@
         rnd.seed(1234)
         state = rnd.getstate()
         s = repr(state)
-        assert len(s) == 7956
-        assert s.count('L') == 625
+        assert len(s) == 7331
 
     def test_seed(self):
         import _random, sys
_______________________________________________
pypy-commit mailing list
pypy-commit@python.org
https://mail.python.org/mailman/listinfo/pypy-commit

Reply via email to