This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author daniel.urban
Recipients daniel.urban, docs@python
Date 2010-05-08.13:10:06
SpamBayes Score 0.0055366633
Marked as misclassified No
Message-id <1273324210.04.0.0772545090364.issue8660@psf.upfronthosting.co.za>
In-reply-to
Content
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.
History
Date User Action Args
2010-05-08 13:10:10daniel.urbansetrecipients: + daniel.urban, docs@python
2010-05-08 13:10:10daniel.urbansetmessageid: <1273324210.04.0.0772545090364.issue8660@psf.upfronthosting.co.za>
2010-05-08 13:10:07daniel.urbanlinkissue8660 messages
2010-05-08 13:10:06daniel.urbancreate