Daniel Stutzbach <dan...@stutzbachenterprises.com> added the comment:

That's fair.  I suggest the following change:

current text:
"Several built-in types such as list and dict do not directly support
weak references but can add support through subclassing:"

new text:
"Several built-in types such as list and dict do not directly support
weak references but can add support through subclassing, as shown below.
 Other built-in types such as tuple and int do not support weak
references even when subclassed."

----------

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue7170>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to