Serhiy Storchaka added the comment:

Any autoindetation breaks pasting from the clipboard since there is no way to 
distinguish characters entered from the keyboard from characters pasted from 
the clipboard. In IDLE or other visual shell we can add a special menu entry 
and hotkeys for pasting from clipboards without autoindenting, but in a REPL in 
text terminal this is not possible.

IPython3 solved this issue by adding special magic functions, but this is not a 
way for CPython.

----------
nosy: +serhiy.storchaka

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue29339>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to