summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorRaymond Hettinger <python@rcn.com>2005-01-11 03:03:27 (GMT)
committerRaymond Hettinger <python@rcn.com>2005-01-11 03:03:27 (GMT)
commita422c34b705cad292cc0c30998ae0e45006de0d6 (patch)
treefefbc7795e8cf1a91999be3619410817c838770f /Misc
parent7130ff5eb9ad0edf5cf0c8811ceea155f11194eb (diff)
downloadcpython-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/NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 8d00f22..a73ac20 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -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
-----------------