[issue32019] Interactive shell doesn't work with readline bracketed paste

2021-02-15 Thread STINNER Victor
STINNER Victor added the comment: I mark this issue as a duplicate of bpo-39820. -- nosy: +vstinner resolution: -> duplicate stage: -> resolved status: open -> closed superseder: -> Bracketed paste mode for REPL ___ Python tracker

[issue32019] Interactive shell doesn't work with readline bracketed paste

2018-09-20 Thread Karthikeyan Singaravelan
Change by Karthikeyan Singaravelan : -- nosy: +xtreak ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https:/

[issue32019] Interactive shell doesn't work with readline bracketed paste

2017-11-13 Thread Aaron Meurer
New submission from Aaron Meurer : Here are the steps to reproduce this: - Compile and link Python against readline version 7.0 or higher. - Add set enable-bracketed-paste on to your ~/.inputrc - Start python and paste the following two lines. Make sure to use a terminal emulator that suppo