[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: New feature in bash 5.1/readline-8.1 rc1 breaks python-pexpect
From: |
Greg Wooledge |
Subject: |
Re: New feature in bash 5.1/readline-8.1 rc1 breaks python-pexpect |
Date: |
Fri, 16 Oct 2020 09:32:59 -0400 |
User-agent: |
Mutt/1.10.1 (2018-07-13) |
On Fri, Oct 16, 2020 at 09:28:26AM -0400, Chet Ramey wrote:
> On 10/16/20 9:16 AM, Dr. Werner Fink wrote:
>
> > Also a warning hint in the manual page could
> > help users before enabling this feature :)
>
> I agree, and the manual page in the release will reflect bracketed paste's
> default setting. However, readline doesn't try to enable bracketed paste if
> tcgetattr fails, which it will on an fd that's not a terminal, so I am
> fairly sure that expect/pexpect use ptys to masquerade as terminals.
They do -- or at least, the original Expect does. I'm guessing Pexpect
follows Expect's lead here.