Re: Extending the readline module?

2008-01-17 Thread Christian Heimes
Casey Rodarmor wrote: > What is the best way to go about doing this? You need some basic knowledge about C, the readline headers, Python sources and a compiler. Are you interested to contribute the extended code to the Python code base? We are always looking for new developers and additional featu

Extending the readline module?

2008-01-16 Thread Casey Rodarmor
Hi everyone, I'm writing a little curses-mode utility for renaming files using regexes, and I want to use GNU readline to get user input. However, it looks like the readline module doesn't support all of readline's functionality. I've looked around, and it looks like the best thing to do would be