diff options
Diffstat (limited to 'pexpect/pty_spawn.py')
-rw-r--r-- | pexpect/pty_spawn.py | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/pexpect/pty_spawn.py b/pexpect/pty_spawn.py index 46b03ba..0be18b0 100644 --- a/pexpect/pty_spawn.py +++ b/pexpect/pty_spawn.py @@ -403,8 +403,6 @@ class spawn(SpawnBase): ''' return self.ptyproc.setecho(state) - self.echo = state - def read_nonblocking(self, size=1, timeout=-1): '''This reads at most size characters from the child application. It includes a timeout. If the read does not complete within the timeout |