[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 mar...@v.loewis.de: -- priority: - normal ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue5334 ___ ___ Python-bugs-list

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

2009-03-05 Thread Benjamin Peterson
Benjamin Peterson benja...@python.org added the comment: Patch looks good. Please apply. -- nosy: +benjamin.peterson ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue5334 ___

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

2009-03-05 Thread Hirokazu Yamamoto
Hirokazu Yamamoto ocean-c...@m2.ccsnet.ne.jp added the comment: Committed in r70203(py3k) -- priority: release blocker - resolution: - fixed status: open - closed ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue5334

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

2009-03-03 Thread Hirokazu Yamamoto
Changes by Hirokazu Yamamoto ocean-c...@m2.ccsnet.ne.jp: -- priority: - release blocker versions: +Python 3.1 ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue5334 ___

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

2009-02-26 Thread Hirokazu Yamamoto
Hirokazu Yamamoto ocean-c...@m2.ccsnet.ne.jp 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

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

2009-02-26 Thread Zac Medico
Zac Medico zmed...@gentoo.org added the comment: Thanks for the patch. It works for me. -- components: +Library (Lib) -Extension Modules versions: -Python 3.1 ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue5334

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

2009-02-20 Thread Zac Medico
New submission from Zac Medico zmed...@gentoo.org: 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

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

2009-02-20 Thread Zac Medico
Changes by Zac Medico zmed...@gentoo.org: Added file: http://bugs.python.org/file13144/fromfile_eof.py ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue5334 ___

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

2009-02-20 Thread Zac Medico
Changes by Zac Medico zmed...@gentoo.org: Removed file: http://bugs.python.org/file13143/fromfile_eof.py ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue5334 ___