Author: Richard Plangger <[email protected]>
Branch: py3.5-bz2-lzma
Changeset: r87415:e07e6c2860a6
Date: 2016-09-27 13:50 +0200
http://bitbucket.org/pypy/pypy/changeset/e07e6c2860a6/
Log: py3.5 modify test, read accepts None as first argument
diff --git a/pypy/module/bz2/test/test_bz2_file.py
b/pypy/module/bz2/test/test_bz2_file.py
--- a/pypy/module/bz2/test/test_bz2_file.py
+++ b/pypy/module/bz2/test/test_bz2_file.py
@@ -256,7 +256,6 @@
self.create_temp_file()
bz2f = BZ2File(self.temppath)
- raises(TypeError, bz2f.read, None)
text_read = bz2f.read()
assert text_read == self.TEXT
bz2f.close()
_______________________________________________
pypy-commit mailing list
[email protected]
https://mail.python.org/mailman/listinfo/pypy-commit