summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorRaymond Hettinger <python@rcn.com>2008-06-09 08:33:37 (GMT)
committerRaymond Hettinger <python@rcn.com>2008-06-09 08:33:37 (GMT)
commitee4bcad68ec383c0140d0a21f4ac296073c0f938 (patch)
tree788d1a8051f676ade6b8213314c6aec6f1b893b7 /Misc
parentecbdd2e9b0a5af20a2b8784ac91338739b99ce3d (diff)
downloadcpython-ee4bcad68ec383c0140d0a21f4ac296073c0f938.zip
cpython-ee4bcad68ec383c0140d0a21f4ac296073c0f938.tar.gz
cpython-ee4bcad68ec383c0140d0a21f4ac296073c0f938.tar.bz2
Let set.union() and set.update() accept multiple inputs.
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 4337e5d..05f7419 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -12,6 +12,8 @@ What's New in Python 2.6 beta 1?
Core and Builtins
-----------------
+- The set methods, update() and union() now accept multiple arguments.
+
- Issue #2898: Added sys.getsizeof() to retrieve size of objects in bytes.
- New environment variable PYTHONIOENCODING.