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 sdaoden
Recipients akuchling, davide.rizzo, ezio.melotti, jesstess, mwh, neologix, sdaoden, vstinner
Date 2011-03-25.13:21:06
SpamBayes Score 5.7257155e-10
Marked as misclassified No
Message-id <20110325132050.GA15655@sherwood.local>
In-reply-to <1301055921.48.0.889216626868.issue11650@psf.upfronthosting.co.za>
Content
On Fri, Mar 25, 2011 at 12:25:21PM +0000, Davide Rizzo wrote:
> Some remarks here:
> 1) the patch does fix it.

Yes!

I can't comment the rest except for what
    .. function:: input([prompt])
states, which Davide surely have read himself.

Anyway it seems to be a good idea to replace parts of the code 
where such severe bugs can sleep for such a long time. 
This code will not be used automatically on, yes, *all* modern 
UNIX platforms (don't let me think on what "modern" means here). 

So if there are no dependencies i don't know of (but even without 
knowing i would think there should be none - this is readline), 
it seems that providing a simple Python-based fallback 
implementation, which will use functions which themselves will be 
used daily in real life, is a good idea.
History
Date User Action Args
2011-03-25 13:21:07sdaodensetrecipients: + sdaoden, mwh, akuchling, vstinner, ezio.melotti, jesstess, neologix, davide.rizzo
2011-03-25 13:21:07sdaodenlinkissue11650 messages
2011-03-25 13:21:06sdaodencreate