commit | a422c34b705cad292cc0c30998ae0e45006de0d6 | [log] [tgz] |
---|---|---|
author | Raymond Hettinger <python@rcn.com> | Tue Jan 11 03:03:27 2005 +0000 |
committer | Raymond Hettinger <python@rcn.com> | Tue Jan 11 03:03:27 2005 +0000 |
tree | fefbc7795e8cf1a91999be3619410817c838770f | |
parent | 7130ff5eb9ad0edf5cf0c8811ceea155f11194eb [diff] [blame] |
SF 1098985: set objects cannot be marshalled
diff --git a/Misc/NEWS b/Misc/NEWS index 8d00f22..a73ac20 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -16,6 +16,8 @@ - The peephole optimizer now performs simple constant folding in expressions: (2+3) --> (5). +- set and frozenset objects can now be marshalled. SF #1098985. + Extension Modules -----------------