]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Issue #5395: check that array.fromfile() re-raises an IOError instead of replacing it
authorAntoine Pitrou <solipsis@pitrou.net>
Wed, 21 Jul 2010 16:41:31 +0000 (16:41 +0000)
committerAntoine Pitrou <solipsis@pitrou.net>
Wed, 21 Jul 2010 16:41:31 +0000 (16:41 +0000)
commit8cb6dbf1b9d606de4ef1b3c4141ae186d32492db
tree7f81f13da0c81134d984f0422c7129c7d37485f8
parentde5b02430b7b7fb8ec417bd05d9f7c4980587802
Issue #5395: check that array.fromfile() re-raises an IOError instead of replacing it
with EOFError.
(this is only an added test, but 2.x will get a fix too)
Lib/test/test_array.py