Package: libreadline8
Version: 8.1~rc2-2
Severity: normal

With libreadline8=8.0-4 from testing:

  $ rlwrap -C test python3 -c 'while True: print("you said", input(">>> "))'
  >>> foo
  you said foo
  >>> bar
  you said bar
  >>> ^D

With libreadline8=8.1~rc2-2 from unstable:

  $ rlwrap -C test python3 -c 'while True: print("you said", input(">>> "))'
  foo
  you said foo
  bar
  you said bar
  >>> 

The ">>> " prompt is initially shown each time, but then disappears
from the output afterwards.  If I input "baz" next, I get:

  foo
  you said foo
  bar
  you said bar
  baz
  you said baz
  >>>

- Felix

Reply via email to