I'm using IPython Qt Console and when I copy code FROM Ipython it comes out like that:
    class notathing(object):
        ...:
        ...:     def __init__(self):
        ...:         pass
        ...:
Is there any way to copy them without those leading triple dots and doublecolon?
P.S. I tried both Copy and Copy Raw Text in context menu and it's still the same. OS: Debian Linux 7.2 (KDE).
 
     
     
     
     
     
    