[pypy-svn] r58829 - pypy/branch/2.5-merge/lib-python/modified-2.5.2/test
jlg at codespeak.net
jlg at codespeak.net
Wed Oct 8 15:58:23 CEST 2008
Author: jlg
Date: Wed Oct 8 15:58:23 2008
New Revision: 58829
Modified:
pypy/branch/2.5-merge/lib-python/modified-2.5.2/test/test_file.py
Log:
removed typo
Modified: pypy/branch/2.5-merge/lib-python/modified-2.5.2/test/test_file.py
==============================================================================
--- pypy/branch/2.5-merge/lib-python/modified-2.5.2/test/test_file.py (original)
+++ pypy/branch/2.5-merge/lib-python/modified-2.5.2/test/test_file.py Wed Oct 8 15:58:23 2008
@@ -298,7 +298,7 @@
testline = testlines.pop(0)
try:
line = f.read(len(testline))
- except ValueErrori
+ except ValueError:
self.fail("read() after next() with supposedly empty "
"iteration-buffer failed anyway")
if line != testline:
More information about the Pypy-commit
mailing list