commit | 027bb633b6899a0847d81cb35cbccdff5a468766 | [log] [tgz] |
---|---|---|
author | Raymond Hettinger <python@rcn.com> | Mon May 31 03:09:25 2004 +0000 |
committer | Raymond Hettinger <python@rcn.com> | Mon May 31 03:09:25 2004 +0000 |
tree | 4d6694b894394f6dd73ed6eb7c8c47c1909f056d | |
parent | cb87bc8e7ee3a2ffd83dd1b12fcfa1c01aa740aa [diff] [blame] |
Add weakref support to sockets and re pattern objects.
diff --git a/Misc/NEWS b/Misc/NEWS index 7215483..032f76e 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -207,6 +207,9 @@ Extension modules ----------------- +- the weakref module now supports additional objects: array.array, + sre.pattern_objects, file objects, and sockets. + - operator.isMappingType() and operator.isSequenceType() now give fewer false positives.