]> granicus.if.org Git - python/commit
Merged revisions 83030 via svnmerge from
authorAntoine Pitrou <solipsis@pitrou.net>
Wed, 21 Jul 2010 16:53:04 +0000 (16:53 +0000)
committerAntoine Pitrou <solipsis@pitrou.net>
Wed, 21 Jul 2010 16:53:04 +0000 (16:53 +0000)
commit913c52edf31d2f14d076f5e3e7218d09a0934f4d
treee1dba9b4343523089b4ee3da7caae21dd56fa7c5
parent86c590e64a734d8c13382fa92c34594d90d4fc5a
Merged revisions 83030 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k

........
  r83030 | antoine.pitrou | 2010-07-21 18:41:31 +0200 (mer., 21 juil. 2010) | 5 lines

  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