Re: [Python-Dev] Py_buffer.obj documentation

2012-08-29 Thread Jeff Allen
On 29/08/2012 22:28, Alexander Belopolsky wrote: I am trying to reconcile this section in 3.3 documentation: """ void *obj A new reference to the exporting object. The reference is owned by the consumer and automatically decremented and set to NULL by PyBuffer_Release(). with the following c

[Python-Dev] Py_buffer.obj documentation

2012-08-29 Thread Alexander Belopolsky
I am trying to reconcile this section in 3.3 documentation: """ void *obj A new reference to the exporting object. The reference is owned by the consumer and automatically decremented and set to NULL by PyBuffer_Release(). The field is the equivalent of the return value of any standard C-API func

Re: [Python-Dev] core dev IRC nicks

2012-08-29 Thread Antoine Pitrou
On Wed, 29 Aug 2012 22:50:25 +0200 Georg Brandl wrote: > On 29.08.2012 15:38, R. David Murray wrote: > > On Tue, 28 Aug 2012 23:21:15 -0500, Brian Curtin wrote: > >> On Tue, Aug 28, 2012 at 10:58 PM, Chris Jerdonek > >> wrote: > >> > Is there a list somewhere of the IRC nicks of the core develo

Re: [Python-Dev] core dev IRC nicks

2012-08-29 Thread Georg Brandl
On 29.08.2012 15:38, R. David Murray wrote: On Tue, 28 Aug 2012 23:21:15 -0500, Brian Curtin wrote: On Tue, Aug 28, 2012 at 10:58 PM, Chris Jerdonek wrote: > Is there a list somewhere of the IRC nicks of the core developers that > use IRC (and who wish to be listed) alongside their real names?

Re: [Python-Dev] core dev IRC nicks

2012-08-29 Thread R. David Murray
On Tue, 28 Aug 2012 23:21:15 -0500, Brian Curtin wrote: > On Tue, Aug 28, 2012 at 10:58 PM, Chris Jerdonek > wrote: > > Is there a list somewhere of the IRC nicks of the core developers that > > use IRC (and who wish to be listed) alongside their real names? If > > there is no such list, has the

Re: [Python-Dev] [Python-checkins] cpython (merge 3.2 -> default): merge 3.2 (#15801)

2012-08-29 Thread Petri Lehtinen
Hi, benjamin.peterson wrote: > http://hg.python.org/cpython/rev/263d09ce3e9e > changeset: 78794:263d09ce3e9e > parent: 78790:454dceb5fd56 > parent: 78793:4d431e719646 > user:Benjamin Peterson > date:Tue Aug 28 18:01:45 2012 -0400 > summary: > merge 3.2 (#15801) > >

Re: [Python-Dev] Copyediting PEPs

2012-08-29 Thread Chris Angelico
On Wed, Aug 29, 2012 at 2:45 PM, Guido van Rossum wrote: > Hm. I would be fine with the edits proposed, no need to bother others. But > please do use the Hg repo. :-) What? It's in Hg and I've been using Subversion all this time? Oh, you had my hopes up for a while there. Alas, the problem is th