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
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)
>
>
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
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?
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
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
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