[Python-Dev] www.python.org back up

2007-06-21 Thread Martin v. Löwis
I completed the update of dinsdale. Please let me know if you find any new problems with that machine. Regards, Martin ___ Python-Dev mailing list Python-Dev@python.org http://mail.python.org/mailman/listinfo/python-dev Unsubscribe: http://mail.python.o

Re: [Python-Dev] Calling Methods from Pythons C API with Keywords

2007-06-21 Thread Hrvoje Nikšić
On Wed, 2007-06-20 at 19:26 +0200, "Martin v. Löwis" wrote: > As Hrvoje says: try python-list (aka comp.lang.python). If you don't > get an answer, you didn't phrase your question interestingly enough, > or nobody knows the answer, or nobody has the time to tell you. The thing with comp.lang.pytho

Re: [Python-Dev] Calling Methods from Pythons C API with Keywords

2007-06-21 Thread Campbell Barton
The reason I asked on this in the first place is I had looked through the python source to make sure PyObject_Call had no equivalent that supported keywords, and since I needed to do this I figured it might be worth considering for Pythons API. Im sure everyone could write their own PyObject_Ca

[Python-Dev] Wanted: readers for a mailbox.py article

2007-06-21 Thread A.M. Kuchling
I'm writing an article about the mailbox module for an online publication, and would like to get comments on the current draft from people familiar with the module. If you'd like to take a look, please e-mail me and I'll tell you the draft's URL. --amk

Re: [Python-Dev] Calling Methods from Pythons C API with Keywords

2007-06-21 Thread Martin v. Löwis
> Futrhermore, questions about the C API often concern CPython > implementation details and so they don't feel like they would belong in > comp.lang.python. As an experiment, it might make sense to open a > mailing list dedicated to the Python C API. It could become a useful > support forum for e