Message94298
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." |
|
| Date |
User |
Action |
Args |
| 2009-10-20 20:42:29 | stutzbach | set | recipients:
+ stutzbach, georg.brandl, benjamin.peterson |
| 2009-10-20 20:42:29 | stutzbach | set | messageid: <1256071349.57.0.641128620264.issue7170@psf.upfronthosting.co.za> |
| 2009-10-20 20:42:28 | stutzbach | link | issue7170 messages |
| 2009-10-20 20:42:27 | stutzbach | create | |
|