Re: [Python-Dev] A missing piece of information in weakref documentation

2005-12-12 Thread Noam Raphael
On 12/12/05, Aahz <[EMAIL PROTECTED]> wrote: > Please submit a doc patch to SF (or even just a bug report if you don't > have time). The patch may be plain text or reST; no need for Latex. Done - patch number 1379023. Noam ___ Python-Dev mailing list P

Re: [Python-Dev] A missing piece of information in weakref documentation

2005-12-12 Thread Aahz
On Mon, Dec 12, 2005, Noam Raphael wrote: > > I now discovered that a callback registered when creating a weak > reference will be called only if the weak reference object is still > alive. This is not documented in the weakref module documentation. > > (It's a good behaviour - it just ought to b