_test_pty_eof: use os.read, not array.fromfile
authorZac Medico <zmedico@gentoo.org>
Fri, 16 Dec 2011 22:37:37 +0000 (14:37 -0800)
committerZac Medico <zmedico@gentoo.org>
Fri, 16 Dec 2011 22:37:37 +0000 (14:37 -0800)
commit9f84f1333bb1b6ee32083fba39da5ce616f2657c
tree998794c54e64f6223f7b461fa0cc774fdedd0e69
parent071c65bb4abac3c251f335bde20e13368349c55d
_test_pty_eof: use os.read, not array.fromfile

We have abandoned array.fromfile() due to bugs that exist in all known
versions of Python (including Python 2.7 and Python 3.2). See
PipeReaderArrayTestCase, for example.
pym/portage/tests/ebuild/test_pty_eof.py
pym/portage/util/_pty.py