Author stutzbach
Recipients benjamin.peterson, georg.brandl, stutzbach
Date 2009-10-20.20:42:27
SpamBayes Score 0.000126068
Marked as misclassified No
Message-id <1256071349.57.0.641128620264.issue7170@psf.upfronthosting.co.za>
In-reply-to
Content
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."
History
Date User Action Args
2009-10-20 20:42:29stutzbachsetrecipients: + stutzbach, georg.brandl, benjamin.peterson
2009-10-20 20:42:29stutzbachsetmessageid: <1256071349.57.0.641128620264.issue7170@psf.upfronthosting.co.za>
2009-10-20 20:42:28stutzbachlinkissue7170 messages
2009-10-20 20:42:27stutzbachcreate