]> granicus.if.org Git - python/commit
Merged revisions 83030 via svnmerge from
authorAntoine Pitrou <solipsis@pitrou.net>
Wed, 21 Jul 2010 16:47:28 +0000 (16:47 +0000)
committerAntoine Pitrou <solipsis@pitrou.net>
Wed, 21 Jul 2010 16:47:28 +0000 (16:47 +0000)
commit7a7013e8304a5e54782330fe91e96e510d63e72e
tree96455204410767ee2046b65699f9738afaa0bcbe
parent2f3379f978516aaa3719d56e0ea9d91aca3c6fcc
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
Misc/ACKS
Misc/NEWS
Modules/arraymodule.c