diff options
author | Raymond Hettinger <python@rcn.com> | 2005-01-11 03:03:27 (GMT) |
---|---|---|
committer | Raymond Hettinger <python@rcn.com> | 2005-01-11 03:03:27 (GMT) |
commit | a422c34b705cad292cc0c30998ae0e45006de0d6 (patch) | |
tree | fefbc7795e8cf1a91999be3619410817c838770f /Misc | |
parent | 7130ff5eb9ad0edf5cf0c8811ceea155f11194eb (diff) | |
download | cpython-a422c34b705cad292cc0c30998ae0e45006de0d6.zip cpython-a422c34b705cad292cc0c30998ae0e45006de0d6.tar.gz cpython-a422c34b705cad292cc0c30998ae0e45006de0d6.tar.bz2 |
SF 1098985: set objects cannot be marshalled
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -16,6 +16,8 @@ Core and builtins - 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 ----------------- |