Re: [Python-Dev] Patch Ready for review

2009-02-28 Thread Heracles
Well, what got me interested in Python was the fact that it had support for reading mail files and for the curses library. When I found out there was a need for folks to work on this module I thought I would start contributing, I would love to become a primary maintainer of this particular module

Re: [Python-Dev] Patch Ready for review

2009-02-27 Thread Martin v. Löwis
> I am wondering what to expect next. How long will it be before it is > applied etc. This is my first attempt to submit a patch to Python. Unfortunately, it may take any time between a day and five years, see below. > Also, does anyone know who the main person is for running changes to the > c

[Python-Dev] Patch Ready for review

2009-02-27 Thread Heracles
I have a patch submitted, with docs changes etc. The patch is to the curses library module, and adds support for color_set, addchstr, addchnstr, mvaddchstr, mvaddchnstr, mvwaddchstr, mvwaddchnstr, waddchstr, and waddchnstr. I am wondering what to expect next. How long will it be before it is ap