Issue 8660: py3k weakref documentation mentions the long built-in type (original) (raw)

Issue8660

Created on 2010-05-08 13:10 by daniel.urban, last changed 2022-04-11 14:57 by admin. This issue is now closed.

Messages (2)
msg105285 - (view) Author: Daniel Urban (daniel.urban) * (Python triager) Date: 2010-05-08 13:10
There is a sentence in the weakref module's documentation: "Other built-in types such as tuple and long do not support weak references even when subclassed" But there is no "long" type in py3k.
msg105299 - (view) Author: Benjamin Peterson (benjamin.peterson) * (Python committer) Date: 2010-05-08 15:31
Fixed in r80983.
History
Date User Action Args
2022-04-11 14:57:00 admin set github: 52906
2010-05-08 15:31:39 benjamin.peterson set status: open -> closednosy: + benjamin.petersonmessages: + resolution: fixed
2010-05-08 13:10:08 daniel.urban create