This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author martin.panter
Recipients Martin Sekera, arigo, ezio.melotti, martin.panter, pitrou, r.david.murray
Date 2015-03-18.09:36:51
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1426671412.22.0.516518036743.issue23441@psf.upfronthosting.co.za>
In-reply-to
Content
I think it would really depend on the particular terminal. Sakura (a Unix terminal using the VTE library, like Gnome Terminal) copied the tab literally:

$ printf 'tab\ttab|sp   sp\n'
tab	tab|sp   sp  <== COPIED
$ hexdump -C
tab	tab|sp   sp  <== PASTED
00000000  74 61 62 09 74 61 62 7c  73 70 20 20 20 73 70 0a  |tab.tab|sp   sp.|
00000010
History
Date User Action Args
2015-03-18 09:36:52martin.pantersetrecipients: + martin.panter, arigo, pitrou, ezio.melotti, r.david.murray, Martin Sekera
2015-03-18 09:36:52martin.pantersetmessageid: <1426671412.22.0.516518036743.issue23441@psf.upfronthosting.co.za>
2015-03-18 09:36:52martin.panterlinkissue23441 messages
2015-03-18 09:36:51martin.pantercreate