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.Teichmann
Recipients Martin.Teichmann, gvanrossum, vstinner, yselivanov
Date 2014-09-16.19:42:06
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1410896527.18.0.533259988242.issue22412@psf.upfronthosting.co.za>
In-reply-to
Content
Well, so I am giving up, apparenty my work is not wanted here.

But not before submitting at least the last version of my
patch. I seperated out my _input function into two, start_input
and continue_input, which are supposed to work in a loop
as in 

start_input(prompt)
while True:
   r = continue_input()
   if r is not None: return r

This would help at least people like IPython.
History
Date User Action Args
2014-09-16 19:42:07Martin.Teichmannsetrecipients: + Martin.Teichmann, gvanrossum, vstinner, yselivanov
2014-09-16 19:42:07Martin.Teichmannsetmessageid: <1410896527.18.0.533259988242.issue22412@psf.upfronthosting.co.za>
2014-09-16 19:42:07Martin.Teichmannlinkissue22412 messages
2014-09-16 19:42:07Martin.Teichmanncreate