[issue5334] array.fromfile() fails to insert values when EOFError is raised

2010-04-27 Thread Martin v . Löwis
Changes by Martin v. Löwis : -- priority: -> normal ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: http://mail

[issue5334] array.fromfile() fails to insert values when EOFError is raised

2009-03-05 Thread Hirokazu Yamamoto
Hirokazu Yamamoto added the comment: Committed in r70203(py3k) -- priority: release blocker -> resolution: -> fixed status: open -> closed ___ Python tracker ___ __

[issue5334] array.fromfile() fails to insert values when EOFError is raised

2009-03-05 Thread Benjamin Peterson
Benjamin Peterson added the comment: Patch looks good. Please apply. -- nosy: +benjamin.peterson ___ Python tracker ___ ___ Python-bug

[issue5334] array.fromfile() fails to insert values when EOFError is raised

2009-03-03 Thread Hirokazu Yamamoto
Changes by Hirokazu Yamamoto : -- priority: -> release blocker versions: +Python 3.1 ___ Python tracker ___ ___ Python-bugs-list maili

[issue5334] array.fromfile() fails to insert values when EOFError is raised

2009-02-26 Thread Zac Medico
Zac Medico added the comment: Thanks for the patch. It works for me. -- components: +Library (Lib) -Extension Modules versions: -Python 3.1 ___ Python tracker ___ __

[issue5334] array.fromfile() fails to insert values when EOFError is raised

2009-02-26 Thread Hirokazu Yamamoto
Hirokazu Yamamoto added the comment: Patch attached. -- components: +Extension Modules -Library (Lib) keywords: +patch nosy: +ocean-city versions: +Python 3.1 Added file: http://bugs.python.org/file13192/py3k_fix_array_fromfile.patch ___ Python track

[issue5334] array.fromfile() fails to insert values when EOFError is raised

2009-02-20 Thread Zac Medico
Changes by Zac Medico : Removed file: http://bugs.python.org/file13143/fromfile_eof.py ___ Python tracker ___ ___ Python-bugs-list mailing list

[issue5334] array.fromfile() fails to insert values when EOFError is raised

2009-02-20 Thread Zac Medico
Changes by Zac Medico : Added file: http://bugs.python.org/file13144/fromfile_eof.py ___ Python tracker ___ ___ Python-bugs-list mailing list U

[issue5334] array.fromfile() fails to insert values when EOFError is raised

2009-02-20 Thread Zac Medico
New submission from Zac Medico : With python-3.0, array.fromfile() fails to insert values when EOFError is raised. I ran the attached test case with python-3.0.1 and got the same result on both linux and windows. With python-2.x, the values are properly inserted despite an EOFError, as the docume