[Python-Dev] www.python.org outage

2007-06-20 Thread Martin v. Löwis
The scheduled outage starts now. Regards, Martin ___ Python-Dev mailing list Python-Dev@python.org http://mail.python.org/mailman/listinfo/python-dev Unsubscribe: http://mail.python.org/mailman/options/python-dev/archive%40mail-archive.com

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

2007-06-20 Thread Martin v. Löwis
Campbell Barton schrieb: > Hrvoje Nikšić wrote: >> [ Note that this discussion, except maybe for the suggestion to add a >> simpler way to call a method with keyword args, is off-topic to >> python-dev. ] > > Is there a list for this kind of discussion? Hrvoje wasn't explicit on *why* this disc

[Python-Dev] cleaning up the email addresses in the PEPs

2007-06-20 Thread Brett Cannon
I am working on some code in the sandbox to automatically generate PEP 0. This is also leading to code that checks all the PEPs follow some basic guidelines. One of those guidelines is an author having a single email address. The Owners index at the bottom of PEP 0 is going to be created from the

Re: [Python-Dev] Python 3000 Status Update (Long!)

2007-06-20 Thread Guido van Rossum
On 6/20/07, Facundo Batista <[EMAIL PROTECTED]> wrote: > Guido van Rossum wrote: > > > I've written up a comprehensive status report on Python 3000. Please read: > > > > http://www.artima.com/weblogs/viewpost.jsp?thread=208549 > > One doubt: In Miscellaneus you say: > > Ordering comparisons (<, <

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

2007-06-20 Thread Hrvoje Nikšić
On Wed, 2007-06-20 at 22:12 +1000, Campbell Barton wrote: > Hrvoje Nikšić wrote: > > [ Note that this discussion, except maybe for the suggestion to add a > > simpler way to call a method with keyword args, is off-topic to > > python-dev. ] > > Is there a list for this kind of discussion? I belie

Re: [Python-Dev] Python 3000 Status Update (Long!)

2007-06-20 Thread Facundo Batista
Guido van Rossum wrote: > I've written up a comprehensive status report on Python 3000. Please read: > > http://www.artima.com/weblogs/viewpost.jsp?thread=208549 One doubt: In Miscellaneus you say: Ordering comparisons (<, <=, >, >=) will raise TypeError by default instead of returning arbit

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

2007-06-20 Thread Campbell Barton
Hrvoje Nikšić wrote: > [ Note that this discussion, except maybe for the suggestion to add a > simpler way to call a method with keyword args, is off-topic to > python-dev. ] Is there a list for this kind of discussion? Iv tried asking questions on the freenode python chat room but almost very

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

2007-06-20 Thread Hrvoje Nikšić
[ Note that this discussion, except maybe for the suggestion to add a simpler way to call a method with keyword args, is off-topic to python-dev. ] On Wed, 2007-06-20 at 20:17 +1000, Campbell Barton wrote: > I dont think I can use PyObject_GetAttrString because the subtype would > return a refere

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

2007-06-20 Thread Campbell Barton
Hrvoje Nikšić wrote: > On Wed, 2007-06-20 at 00:21 +1000, Campbell Barton wrote: >> I want to add my own call's before and after PyLists standard functions >> but have a proplem with functons that use keywords and have no API >> equivalent. >> For example, I cant use the API's PyList_Sort because t

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

2007-06-20 Thread Hrvoje Nikšić
On Wed, 2007-06-20 at 00:21 +1000, Campbell Barton wrote: > I want to add my own call's before and after PyLists standard functions > but have a proplem with functons that use keywords and have no API > equivalent. > For example, I cant use the API's PyList_Sort because that dosnt support > keyword