In can_poll_tty(), direct bash's stderr into the pty since we don't want
authorZac Medico <zmedico@gentoo.org>
Sun, 13 Jul 2008 11:54:13 +0000 (11:54 -0000)
committerZac Medico <zmedico@gentoo.org>
Sun, 13 Jul 2008 11:54:13 +0000 (11:54 -0000)
commit1dbc9399f3edde5140a61ec69ed54934b4dc6f51
treeb4c445689aac3bff20a3a86db50675782994f2f9
parent1b5488acbdc9a58689a0a71956e83a3317aa273c
In can_poll_tty(), direct bash's stderr into the pty since we don't want
so see any error message it generates (due to PipeReader closing it's
end of the pty). The error message is irrelevant since all we want to
know is whether or not the data is successfully transmitted through the
pty.

svn path=/main/trunk/; revision=11037
pym/_emerge/__init__.py