_pty.py: remove _test_pty_eof()
authorZac Medico <zmedico@gentoo.org>
Thu, 22 Dec 2011 21:34:17 +0000 (13:34 -0800)
committerZac Medico <zmedico@gentoo.org>
Thu, 22 Dec 2011 21:34:17 +0000 (13:34 -0800)
commit22be2988af6d8425d5c4cf66d92b8b8657bdbc5a
treee6affd4671fdb05a390a2369a2b4acd57876c908
parent9ef18c2a97bee1ff94163b77573aea72d7a3b01b
_pty.py: remove _test_pty_eof()

If array.fromfile() is not used, then _test_pty_eof() is useless.
This function was for runtime detection of python issue 5380:

   http://bugs.python.org/issue5380

However, array.fromfile() use has since been abandoned 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 [deleted file]
pym/portage/util/_pty.py