Re: [Python-Dev] cpython: Make AcquirerProxy.acquire() support timeout argument

2012-05-06 Thread Antoine Pitrou
On Sun, 06 May 2012 18:58:10 +0100 shibturn wrote: > On 06/05/2012 5:07pm, Antoine Pitrou wrote: > > On Sun, 06 May 2012 17:56:55 +0200 > >> summary: > >>Make AcquirerProxy.acquire() support timeout argument > > > > Should it have a Misc/NEWS entry? (and a doc addition perhaps?) > > Since pro

Re: [Python-Dev] cpython: Make AcquirerProxy.acquire() support timeout argument

2012-05-06 Thread shibturn
On 06/05/2012 5:07pm, Antoine Pitrou wrote: On Sun, 06 May 2012 17:56:55 +0200 summary: Make AcquirerProxy.acquire() support timeout argument Should it have a Misc/NEWS entry? (and a doc addition perhaps?) Since proxies for locks/semaphores are supposed to work the same way as the proxie

Re: [Python-Dev] cpython: Make AcquirerProxy.acquire() support timeout argument

2012-05-06 Thread Antoine Pitrou
On Sun, 06 May 2012 17:56:55 +0200 richard.oudkerk wrote: > http://hg.python.org/cpython/rev/b4a1d9287780 > changeset: 76800:b4a1d9287780 > user:Richard Oudkerk > date:Sun May 06 16:45:02 2012 +0100 > summary: > Make AcquirerProxy.acquire() support timeout argument Should it