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 ned.deily
Recipients Jeff Doak, demian.brecht, ned.deily, r.david.murray, ronaldoussoren
Date 2015-03-07.00:39:40
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1425688781.17.0.435451572061.issue23599@psf.upfronthosting.co.za>
In-reply-to
Content
OK, thanks, now we're getting somewhere!  From the pathname (/opt/local/bin), I assume you are using the Python 3.4 from MacPorts and from the readline docstring that Python 3.4 is linked with BSD libedit rather than GNU readline.  MacPorts supplies its own, newer version of libedit rather than the Apple-supplied one shipped with OS X.  It looks there is something funky going on there such that the pasted characters are being edited. The python.org Python 3.4 links with the older system libedit and it does not display this behavior.  It could also be due to a patch in the MacPorts Python 3.4 or libedit.  In any case, there seems to be an easy workaround: have the MacPorts Python use GNU readline instead.  You can do that by running:

sudo port py34-readline

I'll leave this open to investigate further later, assuming the workaround works for you.
History
Date User Action Args
2015-03-07 00:39:41ned.deilysetrecipients: + ned.deily, ronaldoussoren, r.david.murray, demian.brecht, Jeff Doak
2015-03-07 00:39:41ned.deilysetmessageid: <1425688781.17.0.435451572061.issue23599@psf.upfronthosting.co.za>
2015-03-07 00:39:41ned.deilylinkissue23599 messages
2015-03-07 00:39:40ned.deilycreate