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 terry.reedy
Recipients Guilherme.Simões, Mark.Young, Todd.Rovito, gpolo, ned.deily, r.david.murray, roger.serwy, serhiy.storchaka, terry.reedy, weeble
Date 2016-06-08.06:36:38
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1465367799.85.0.121558653361.issue5124@psf.upfronthosting.co.za>
In-reply-to
Content
To avoid bloating pyshell.main further, and to facilitate testing, I put the new code in a separate function called from main and a test.  The test should PASS as is and FAIL on X11 with the call to fix_x11_paste commented out.  If it does not, it is not a test and should be modified. When we have a real test, I will apply.  x11-paste.diff is against 3.6.  I already have 2.7 and 3.5 versions.
History
Date User Action Args
2016-06-08 06:36:40terry.reedysetrecipients: + terry.reedy, gpolo, ned.deily, roger.serwy, weeble, r.david.murray, Todd.Rovito, Mark.Young, serhiy.storchaka, Guilherme.Simões
2016-06-08 06:36:39terry.reedysetmessageid: <1465367799.85.0.121558653361.issue5124@psf.upfronthosting.co.za>
2016-06-08 06:36:39terry.reedylinkissue5124 messages
2016-06-08 06:36:39terry.reedycreate