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 stefanholek
Recipients benjamin.peterson, ezio.melotti, stefanholek
Date 2011-11-04.15:00:56
SpamBayes Score 0.010955576
Marked as misclassified No
Message-id <[email protected]>
In-reply-to
Content
I am not quite sure how I would write a custom, readline-using input function in Python (access to PyOS_Readline seems required), that's why I did it in C. Have an example?
History
Date User Action Args
2011-11-04 15:00:57stefanholeksetrecipients: + stefanholek, benjamin.peterson, ezio.melotti
2011-11-04 15:00:57stefanholeksetmessageid: <[email protected]>
2011-11-04 15:00:57stefanholeklinkissue13342 messages
2011-11-04 15:00:56stefanholekcreate