[docs] [issue20153] New-in-3.4 weakref finalizer doc section is already out of date.

R. David Murray report at bugs.python.org
Mon Jan 6 22:58:43 CET 2014


New submission from R. David Murray:

The following discussion section in the weakref docs:

http://docs.python.org/dev/library/weakref.html#comparing-finalizers-with-del-methods

which was added in 3.4, is out of date because of the GC improvements.  It should be tweaked to match the new reality.

(I've already deleted the Note under __callback__.)

----------
assignee: docs at python
components: Documentation
messages: 207489
nosy: docs at python, pitrou, r.david.murray, sbt
priority: normal
severity: normal
stage: needs patch
status: open
title: New-in-3.4 weakref finalizer doc section is already out of date.
type: behavior
versions: Python 3.4

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue20153>
_______________________________________


More information about the docs mailing list