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 gvanrossum
Recipients Martin.Teichmann, gvanrossum, vstinner, yselivanov
Date 2014-09-16.16:52:52
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1410886372.59.0.193266733795.issue22412@psf.upfronthosting.co.za>
In-reply-to
Content
There's a sage piece of advice somewhere in the developer docs. "Know when to give up."

I think you need to write a PEP trying to argue that supporting "yield from" in the REPL is essential to a large category of users, so you can lobby for support.

In the mean time, you have not even responded to the repeated option of providing a simple helper function. If you are concerned about integrating with a platform-provide UI, perhaps you can use a second thread? Asyncio and threads actually have a well-defined interface.

I am actually more sympathetic to getting the readline thing fixed -- perhaps you can work with the IPython folks on a proposal.
History
Date User Action Args
2014-09-16 16:52:52gvanrossumsetrecipients: + gvanrossum, vstinner, yselivanov, Martin.Teichmann
2014-09-16 16:52:52gvanrossumsetmessageid: <1410886372.59.0.193266733795.issue22412@psf.upfronthosting.co.za>
2014-09-16 16:52:52gvanrossumlinkissue22412 messages
2014-09-16 16:52:52gvanrossumcreate