[issue8660] py3k weakref documentation mentions the long built-in type

New submission from Daniel Urban <urban.dani+py@gmail.com>: 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. ---------- assignee: docs@python components: Documentation messages: 105285 nosy: docs@python, durban priority: normal severity: normal status: open title: py3k weakref documentation mentions the long built-in type versions: Python 3.1, Python 3.2, Python 3.3 _______________________________________ Python tracker <report@bugs.python.org> <http://bugs.python.org/issue8660> _______________________________________

Benjamin Peterson <benjamin@python.org> added the comment: Fixed in r80983. ---------- nosy: +benjamin.peterson resolution: -> fixed status: open -> closed _______________________________________ Python tracker <report@bugs.python.org> <http://bugs.python.org/issue8660> _______________________________________

Benjamin Peterson <benjamin@python.org> added the comment: Fixed in r80983. ---------- nosy: +benjamin.peterson resolution: -> fixed status: open -> closed _______________________________________ Python tracker <report@bugs.python.org> <http://bugs.python.org/issue8660> _______________________________________
participants (2)
-
Benjamin Peterson
-
Daniel Urban